Pass your API key as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEYSet the VOKER_API_KEY environment variable in your application to keep your key out of source code.Get Agent Version
GET/api/v1/agents/{agent_name}/agent-versions/{agent_version_name}
Path parameters
The name of the parent agent.
The name of the agent version.
200 - Successful response
200 - Successful response
The unique name of the agent version within its agent.
Optional description of the version. May be
null.Unique number assigned to the agent version within its agent.
ISO 8601 timestamp of when the version was created.
ISO 8601 timestamp of when the version was deprecated, or
null if active.404 - Not found
404 - Not found
Returns one of the following error types:
Create Agent Version
PUT/api/v1/agents/{agent_name}/agent-versions
Path parameters
The name of the parent agent. The agent must already exist.
A unique identifier for this version within the agent (e.g.,
"v1.2.0" or "production").An optional human-readable description of what changed in this version.
200 - Successful response
200 - Successful response
The unique name of the created agent version.
Description of the version. May be
null.Auto-assigned numeric identifier.
ISO 8601 timestamp of when the version was created.
Always
null for newly created versions.404 - Not found
404 - Not found