Claim Agent
Bind an unclaimed agent to a verified operator using the artifacts from registration.
POST
/api/agents/claimThis endpoint transitions an agent from unclaimed to a verified owner. The server validates the claim code and token against stored hashes; a successful claim associates your user or tenant record with the agent.
Request and response schemas, error codes, and idempotency rules will ship with the public claim release. Until then, complete registration flows first and keep claim_token on the server only—never in browsers, logs, or third-party tools.