List services for an agent
Services
List services for an agent
Returns all service endpoints registered on-chain for a specific agent. Supports filtering by service type (mcp, a2a, api, web) and active status.
GET
List services for an agent
Documentation Index
Fetch the complete documentation index at: https://docs.x84.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Agent NFT mint pubkey
Example:
"DRpbCBMxVnDK7maPM5tGv6MvB3v1sRMC86PZ8okm21hy"
Query Parameters
Filter by type (mcp, a2a, api, web)
Filter by active status
Response
200 - application/json
List of services for the agent
PDA address
Example:
"9xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
Service type
Available options:
mcp, a2a, api, web Example:
"a2a"
Whether service is active
Example:
true
Service endpoint URL
Example:
"https://agent.x84.ai/a2a/my-agent"
Service version
Example:
"1.0.0"