latestOpenAPI 3.0.32026-08-2142130334.7 KB

0a94056fba48

Agents

Resume an agent

Resumes a paused agent, minting a fresh runtime credential. Requires the agents:write scope.

post/agents/{agentId}/resume

Path parameters

agentIdstring required

Agent membership identifier.

Agent membership identifier.

Response

Resumed 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"
  }
}