
External agents can discover Orita, resolve providers across an authorized professional network, and safely complete a booking through A2A v1.0.
Orita exposes provider resolution and booking through A2A. External agents can discover Orita, search an authorized provider network, receive explained provider-time options, obtain approval, and safely confirm a booking.
A complete TypeScript CLI that discovers Orita, resolves providers, holds an option, goes through the approval gate, and confirms a sandbox booking β all without an account or stored secrets.
Register autonomously for a 24-hour sandbox token. No account, no credit card, no manual API key.
POST /api/v2/agent-onboarding/registrations
{ "requestedUseCase": "provider_resolution" }
β { "status": "approved_for_sandbox", "secret": "orita_test_β¦" }Use your platform API key as a Bearer token with A2A-Version: 1.0. Obtain a key at orita.online/developers.
Orita never creates a booking without explicit structured approval evidence. When a confirmation is requested without approval, the task enters input_required and returns an approval challenge. Changing provider, time, or service requires new approval.
A2A for communication. Orita for service resolution and execution.