How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Frostbyte Agent Infrastructure API

12 services

Frostbyte Agent Infrastructure API is one of 10 APIs that Frostbyte publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agent Infrastructure. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 38 operations across 37 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://agent-gateway-kappa.vercel.app.

38 operations 37 paths 1 schemas 1 DELETE13 GET23 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://agent-gateway-kappa.vercel.app
Authentication
API Key, API Key
Contact
License
MIT
Resource Areas
1

Authentication & Security 2

Frostbyte Agent Infrastructure API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyHeader). An API key is passed in the query as key (ApiKeyQuery). By default, every request must be authenticated, though some operations may also be called without credentials.

  • ApiKeyHeader — API key passed in header
  • ApiKeyQuery — API key passed as query parameter

Paths & Operations 38

Across 37 paths, the API surfaces 38 operations — 1 DELETE, 13 GET, 23 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Agent Infrastructure 38

12 services

POST
/v1/agent-registry/api/services/register
Agent Registry & Discovery — /api/services/register
agent-registry_post_api_services_register body → 200400402429
GET
/v1/agent-registry/api/services/search
Agent Registry & Discovery — /api/services/search
agent-registry_get_api_services_search → 200400402429
GET
/v1/agent-registry/api/services/{id}
Agent Registry & Discovery — /api/services/:id
agent-registry_get_api_services_id 1 param → 200400402429
POST
/v1/agent-identity/api/identities/create
Agent Identity Service — /api/identities/create
agent-identity_post_api_identities_create body → 200400402429
POST
/v1/agent-identity/api/identities/{id}/sign
Agent Identity Service — /api/identities/:id/sign
agent-identity_post_api_identities_id_sign 1 param body → 200400402429
POST
/v1/agent-identity/api/auth/challenge
Agent Identity Service — /api/auth/challenge
agent-identity_post_api_auth_challenge body → 200400402429
POST
/v1/agent-referral/api/programs/create
Agent Referral Network — /api/programs/create
agent-referral_post_api_programs_create body → 200400402429
POST
/v1/agent-referral/api/track/click
Agent Referral Network — /api/track/click
agent-referral_post_api_track_click body → 200400402429
POST
/v1/agent-referral/api/track/conversion
Agent Referral Network — /api/track/conversion
agent-referral_post_api_track_conversion body → 200400402429
POST
/v1/agent-memory/api/kv/set
Agent Memory — /api/kv/set
agent-memory_post_api_kv_set body → 200400402429
GET
/v1/agent-memory/api/kv/get/{key}
Agent Memory — /api/kv/get/:key
agent-memory_get_api_kv_get_key 1 param → 200400402429
POST
/v1/agent-memory/api/vectors/search
Agent Memory — /api/vectors/search
agent-memory_post_api_vectors_search body → 200400402429
POST
/v1/agent-taskqueue/api/tasks/enqueue
Agent Task Queue — /api/tasks/enqueue
agent-taskqueue_post_api_tasks_enqueue body → 200400402429
POST
/v1/agent-taskqueue/api/tasks/dequeue
Agent Task Queue — /api/tasks/dequeue
agent-taskqueue_post_api_tasks_dequeue body → 200400402429
GET
/v1/agent-taskqueue/api/tasks/{id}
Agent Task Queue — /api/tasks/:id
agent-taskqueue_get_api_tasks_id 1 param → 200400402429
POST
/v1/agent-secrets/api/vaults/create
Agent Secrets Vault — /api/vaults/create
agent-secrets_post_api_vaults_create body → 200400402429
POST
/v1/agent-secrets/api/secrets/set
Agent Secrets Vault — /api/secrets/set
agent-secrets_post_api_secrets_set body → 200400402429
GET
/v1/agent-secrets/api/secrets/get
Agent Secrets Vault — /api/secrets/get
agent-secrets_get_api_secrets_get → 200400402429
POST
/v1/agent-scheduler/api/jobs/create
Agent Scheduler — /api/jobs/create
agent-scheduler_post_api_jobs_create body → 200400402429
GET
/v1/agent-scheduler/api/jobs
Agent Scheduler — /api/jobs
agent-scheduler_get_api_jobs → 200400402429
DELETE
/v1/agent-scheduler/api/jobs/{id}
Agent Scheduler — /api/jobs/:id
agent-scheduler_delete_api_jobs_id 1 param → 200400402429
POST
/v1/agent-webhooks/api/endpoints/create
Agent Webhook Relay — /api/endpoints/create
agent-webhooks_post_api_endpoints_create body → 200400402429
POST
/v1/agent-webhooks/hook/{id}
Agent Webhook Relay — /hook/:id
agent-webhooks_post_hook_id 1 param body → 200400402429
GET
/v1/agent-webhooks/api/events
Agent Webhook Relay — /api/events
agent-webhooks_get_api_events → 200400402429
POST
/v1/agent-eventbus/api/channels/create
Agent Event Bus — /api/channels/create
agent-eventbus_post_api_channels_create body → 200400402429
POST
/v1/agent-eventbus/api/events/publish
Agent Event Bus — /api/events/publish
agent-eventbus_post_api_events_publish body → 200400402429
POST
/v1/agent-filestorage/api/files/upload
Agent File Storage — /api/files/upload
agent-filestorage_post_api_files_upload body → 200400402429
GET
/v1/agent-filestorage/api/files/{id}/download
Agent File Storage — /api/files/:id/download
agent-filestorage_get_api_files_id_download 1 param → 200400402429
GET
/v1/agent-filestorage/d/{token}/{filename}
Agent File Storage — /d/:token/:filename
agent-filestorage_get_d_token_filename 2 params → 200400402429
POST
/v1/agent-logdrain/api/logs
Agent Log Drain — /api/logs
agent-logdrain_post_api_logs body → 200400402429
GET
/v1/agent-logdrain/api/logs
Agent Log Drain — /api/logs
agent-logdrain_get_api_logs → 200400402429
POST
/v1/agent-logdrain/api/logs/batch
Agent Log Drain — /api/logs/batch
agent-logdrain_post_api_logs_batch body → 200400402429
POST
/v1/agent-monitor/api/monitors
Agent Uptime Monitor — /api/monitors
agent-monitor_post_api_monitors body → 200400402429
GET
/v1/agent-monitor/api/monitors/{id}
Agent Uptime Monitor — /api/monitors/:id
agent-monitor_get_api_monitors_id 1 param → 200400402429
POST
/v1/agent-monitor/api/monitors/{id}/check
Agent Uptime Monitor — /api/monitors/:id/check
agent-monitor_post_api_monitors_id_check 1 param body → 200400402429
GET
/v1/agent-monitor/api/monitors/{id}/incidents
Agent Uptime Monitor — /api/monitors/:id/incidents
agent-monitor_get_api_monitors_id_incidents 1 param → 200400402429
PUT
/v1/agent-monitor/api/monitors/{id}/alerts
Agent Uptime Monitor — /api/monitors/:id/alerts
agent-monitor_put_api_monitors_id_alerts 1 param body → 200400402429
GET
/v1/agent-monitor/api/status
Agent Uptime Monitor — /api/status
agent-monitor_get_api_status → 200400402429

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

frostbyte-agent-infrastructure-api-openapi.yml Raw ↑

Other APIs Frostbyte publishes across the network.

Frostbyte Communication API
Frostbyte Crypto Prices API
Frostbyte Data & Analytics API
Frostbyte DeFi & Crypto API
Frostbyte Gaming API
Frostbyte Gateway API
Frostbyte IP Geolocation API
Frostbyte Other API
Frostbyte Security API
Where this information came from

This is an independent, third-party profile of Frostbyte Agent Infrastructure API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.