latestOpenAPI 3.0.32026-08-2142130334.7 KB
0a94056fba48
Agents
Restore an agent
Restores a retired agent. The agent comes back paused; resume it to mint a fresh credential (the retired credential is never revived). Requires the agents:write scope.
post/agents/{agentId}/restore
Path parameters
agentIdstring required
Agent membership identifier.
Agent membership identifier.
Response
Restored agent.
Example response
{
"data": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"created_by": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
},
"created_at": "2026-05-14T08:00:00.000Z",
"updated_at": "2026-05-14T08:00:00.000Z"
}
}