Accepts requests from internal teams to gain access to an agent, maintains
each requester’s capability profile and matches the two automatically.
Every request gets a traceable score, so that limited evaluation-session
slots go to the right requests.
Request data is personal. Every record therefore carries a
retention_until; once it passes, the record is anonymized overnight. A
deletion request is carried out immediately via POST /requests/{id}/deletion.
- Server 1:https://api.nexora.example/v1
Production
- Server 2:https://sandbox.api.nexora.example/v1
Sandbox
apiKey (apiKey)
Every call carries an API key in the apikey header. You generate the
key in the Nexora AI portal under “My Apps”; it’s shown exactly once.
Each key has the scopes it’s allowed to use attached to it. If one is
missing, the API responds with 403 and code: "scope_missing"; the
missing scope is in details[].field.
For demonstration purposes only License