Agents
Get Agent by Scope and Slug
Retrieve detailed information about a specific agent using its scope and slug
get/api/v1/agents/{scope}/{slug}
Path parameters
scopestring required
The scope of the agent (e.g., '@corespeed', 'openai'). The @ symbol is optional.
Example:@corespeed
slugstring required
The slug of the agent
Example:assistant
Response
Successful response with agent details
Example response
{
"agent": {
"agent": {
"platform": "agent0",
"url": "https://agent0.example.com/agents/abc123"
}
}
}