2. Agent Builder A2A Setup
Method
Usage
Last updated
Step 1: Obtain API Key
The caller needs an API Key under an Agent Builder account as an identity credential — all actual A2A calls must carry it.
Step 2: Confirm the A2A Service Address
Agent Builder's A2A service address: https://studio.orbitfin.ai/builder/a2a
Step 3: Read the Agent Card and Verify Connectivity
The Agent Card is a publicly readable "business card" document that can be accessed without authentication. It is used to confirm whether the service is reachable and what capabilities are currently available: https://studio.orbitfin.ai/builder/a2a/.well-known/agent-card.json
The returned content includes Agent Builder's name, feature description, supported authentication methods, and the complete list of capabilities (Skills) — if you can successfully obtain this document, it means this step is configured correctly.
Authentication Methods
The Agent Card declares two optional authentication methods (satisfying either one is sufficient):
API Key
Request header X-API-Key: YOUR_API_KEY
Bearer Token
Request header Authorization: Bearer YOUR_API_KEY
Calls without a valid credential will be rejected; reading the Agent Card itself does not require authentication.
Last updated