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
Example request
{
"agent_id": "agent-ebd9cd4a-1234-5678-90ab-cdef01234567"
}Response
Challenge nonce generated successfully
Example response
{
"nonce": "2024-01-15T10:30:00Z-agent-ebd9cd4a-1234567890abcdef"
}