Skip to main content

Welcome

This is the complete API reference for Auth Agent’s OAuth 2.1 authorization server. All endpoints follow OAuth 2.1 and OpenID Connect standards.

Authentication

Auth Agent uses OAuth 2.1 with PKCE (Proof Key for Code Exchange) for all authorization flows. All endpoints require proper authentication as described in their respective documentation.

Base URL

https://api.auth-agent.com

Standards Compliance

  • OAuth 2.1 - Authorization code flow with PKCE
  • OpenID Connect - UserInfo endpoint and ID tokens
  • RFC 7662 - Token introspection
  • RFC 7009 - Token revocation
  • RFC 8414 - OAuth 2.0 authorization server metadata