curl --request GET \
--url https://api.getovra.com/.well-known/agent-jwks/{agent_id} \
--header 'Authorization: Bearer <token>'{
"keys": [
{}
]
}Phase 8 Trusted Agent Protocol prep. Returns the agent’s current Ed25519 public JWK as a single-element JWKS. No authentication required — public keys are not sensitive. Cached 5 minutes.
curl --request GET \
--url https://api.getovra.com/.well-known/agent-jwks/{agent_id} \
--header 'Authorization: Bearer <token>'{
"keys": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.