FIG. 06 · Documentation

The field guide.

Reference docs for the OAuth service for AI agents and a standards-native identity platform. Catalogued by protocol, written to be integrated — not skimmed.

$ npx oauth-work init --tenant acme
agent authorize token MCP tool OAuth 2.1 · DPoP · scoped consent
FIG. 06 · Catalogue

Every protocol, one click away.

Authorize a user in three calls.

1 Provision
# create a tenant
$ npx oauth-work init \
    --tenant acme
2 Authorize
GET /authorize
  ?response_type=code
  &client_id=acme-web
  &code_challenge=<S256>
  &scope=openid
3 Exchange
POST /token
  grant_type=
    authorization_code
  code_verifier=<…>

Read the spec. Then ship.

Start free and follow the quickstart, or browse the catalogue first.