Getting started Community Training Tutorials Documentation APIs, AI & Tools
resource "anypoint_api_policy_a2a_agent_card" "example" {
organization_id = var.organization_id
environment_id = var.environment_id
api_instance_id = anypoint_api_instance.example.id
configuration = {
content = "{\"name\": \"My Agent\", \"description\": \"An example A2A agent\"}"
consumer_url = "https://example.com/agent"
card_path = "/.well-known/agent-card.json"
file_name = "agent-card.json"
file_mime_type = "application/json"
}
order = 1
}



