Skip to main content
GET
/
.well-known
/
agent-jwks
/
{agent_id}
Public Ed25519 JWKS for an agent (RFC 7517)
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.

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Path Parameters

agent_id
string
required
Pattern: ^ag_.+

Response

JWKS (one key)

keys
object[]