A2A agent card
const url = 'https://a2a.infiniteaudience.ai/.well-known/agent.json';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://a2a.infiniteaudience.ai/.well-known/agent.jsonPublic endpoint. Returns the Infinite Audience agent card describing capabilities, skills, and authentication instructions for A2A-compatible agent clients.
Available skills: discovery-count, discovery-lookup, audience-management, segment-management, catalog, identity-resolution, match-history, delivery-history, pricing, data-purchase, delivery-status, account-info, credit-purchase, subscription-management, campaign-management.
The match-history skill covers listing and retrieving past micro-batch runs and file-based identity resolution jobs. Requires discovery scope only.
Responses
Section titled “Responses”Infinite Audience A2A agent card.
object
Base URL for A2A task submission.
object
Token exchange endpoint (POST /v1/auth/token).
object
Example
{ "authentication": { "schemes": [ "bearer" ] }}Resource not found or not accessible to the calling org.
object
Stable machine-readable error code (e.g. INVALID_STATUS_TRANSITION, BILLING_INSUFFICIENT_BALANCE). Always present.
Human-readable explanation of the error.
Alternate machine-readable code — present on some endpoints as an alias for error for backward compatibility.
Opaque support/debug identifier when available.
Examples
{ "error": "Audience not found"}