Protocol Flow
The endpoints are called in this order:Endpoint Map
| Method | Path | Purpose |
|---|---|---|
GET | /.well-known/ath-app.json | Native service discovery |
GET | /.well-known/ath.json | Gateway discovery |
POST | /ath/agents/register | Agent registration |
POST | /ath/authorize | Start user authorization |
GET | /ath/callback | OAuth callback |
POST | /ath/token | Token exchange |
ANY | /ath/proxy/{provider_id}/{path} | API proxy |
POST | /ath/revoke | Token revocation |
POST /ath/agents/register
Request:POST /ath/authorize
Request:POST /ath/token
Request:ANY /ath/proxy//
Headers:POST /ath/revoke
Request:200 OK.