Archive Agent
POST
/v1/agents/{agent_id}/archiveArchive an agent. Existing sessions keep their agent snapshot, while new sessions can no longer reference the archived agent.
Path parameters
Unique agent identifier beginning with agent_.
Soft delete
Archiving is designed as a soft delete. Existing sessions continue to run from their pinned agent snapshot.
Errors
401
authentication_errorThe API key is missing or invalid.
404
not_foundThe agent does not exist.

