Client Credentials
The simplest way to authenticate — exchange aclient_id and client_secret for an access token.
When to Use
- Server-to-server communication
- AI agent authentication
- Background services
Authenticate your agent or server using client credentials.
client_id and client_secret for an access token.