Creating credentials for the A2A agent
Textual API key
OAuth2 client
Sending the registration request
curl -X POST https://<host>/api/v1/a2a/oauth-clients \
-H "Authorization: Bearer <admin_api_key>" \
-H "Content-Type: application/json" \
-d '{
"name": "Google Cloud Marketplace",
"allowedRedirectUris": ["https://marketplace.google.com/oauth/callback"]
}'Getting the client secret from the response
Matching the allowed redirect URIs
Managing OAuth clients
Listing the OAuth clients for your organization
Revoking an OAuth client
Last updated
Was this helpful?