v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
Authentication

Request Authentication Challenge

Generate and return a single-use challenge nonce that the agent must sign with its private key to prove identity ownership.

post/auth/challenge

Request body

agent_idstring required

Example request

{
  "agent_id": "agent-ebd9cd4a-1234-5678-90ab-cdef01234567"
}

Response

Challenge nonce generated successfully

noncestring

Single-use nonce that must be signed by the agent

Example response

{
  "nonce": "2024-01-15T10:30:00Z-agent-ebd9cd4a-1234567890abcdef"
}