Skip to main content

Client Credentials

The simplest way to authenticate — exchange a client_id and client_secret for an access token.

When to Use

  • Server-to-server communication
  • AI agent authentication
  • Background services

Flow

Response:

SDK Usage