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
GET/api/v1/agents/{agent_name}
Path parameters
The unique name of the agent.
200 - Successful response
200 - Successful response
Unique identifier for the agent.
Optional description of the agent. May be
null.Unique number assigned to the agent.
ISO 8601 timestamp of when the agent was created.
ISO 8601 timestamp of when the agent was deprecated, or
null if active.404 - Not found
404 - Not found
Create Agent
PUT/api/v1/agents
Request body
A unique identifier for the agent. This name is used when referencing the agent in events.
An optional human-readable description of what the agent does.
200 - Successful response
200 - Successful response