API Reference

A2A

Copy page

Agent-to-Agent communication endpoints

/run/agents/.well-known/agent.json

GET
/run/agents/.well-known/agent.json

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication. Use this for API clients and service-to-service communication. Set the Authorization header to "Bearer ".

In: header

Header Parameters

x-inkeep-tenant-id?string

Tenant identifier

x-inkeep-project-id?string

Project identifier

x-inkeep-agent-id?string

Agent identifier

Response Body

application/json

curl -X GET "https://api.pilot.inkeep.com/run/agents/.well-known/agent.json"
{
  "defaultInputModes": [
    "string"
  ],
  "defaultOutputModes": [
    "string"
  ],
  "description": "string",
  "name": "string",
  "skills": [
    null
  ],
  "url": "string",
  "version": "string"
}
Empty