Optionalauth_Optionaloauth_OAuth tokens for dynamic authentication The client will automatically refresh tokens when they expire
Optionaloauth_OAuth client registration info Stored after dynamic client registration
OptionalheadersAdditional HTTP headers to include in every request to this agent. Useful for sending API keys, org IDs, or other vendor-specific headers alongside the standard authorization token.
Example:
headers: {
'x-api-key': 'quota-key',
'x-org-id': 'org-123'
}
Static authentication token Use this for API keys or pre-issued bearer tokens