Get Agent by Name
Get an agent by namespace slug and agent name.
GET
Get Agent by Name
Response
Successful Response
The timestamp when the agent was created
The description of the action.
The unique identifier of the agent.
The agent name (unique within namespace).
The namespace ID this agent belongs to.
The timestamp when the agent was last updated
The type of input the agent expects.
Available options:
text, json The timestamp when the agent was last registered
The metadata for the agent's registration.
Agent status. Runtime statuses (Ready/Failed/Unhealthy) now live on Deployment.
Available options:
ACTIVE, DELETED The reason for the status of the action.
Previous
Deploy AgentDeploy an agent to the platform.
Called by CLI after pushing the container image to the registry.
Creates or updates agent, branch, and version records.
The deployment is asynchronous - poll GET /branches/{branch_id}
for status updates until status is READY or FAILED.
**Flow:**
1. CLI builds and pushes image to registry (using /registry/auth)
2. CLI calls POST /agents/deploy with image details
3. Platform creates records and triggers K8s deployment
4. Container starts and calls POST /versions/register
5. CLI polls GET /branches/{id} for status
Next
Get Agent by Name