Skip to main content

Bindu Agent API

API supporting JSON-RPC 2.0 for agent communication, task management, DID resolution, and x402 payments. Base URL: http://localhost:3773 (default development)

Quick Start

Get Agent Card

curl http://localhost:3773/.well-known/agent.json

Core Endpoints

EndpointMethodDescription
/POSTJSON-RPC 2.0 methods
/.well-known/agent.jsonGETAgent discovery
/did/resolvePOSTDID resolution
/agent/skillsGETList skills
/api/start-payment-sessionPOSTStart payment
The complete API documentation with all methods, schemas, and examples is available in the API endpoints section below. The OpenAPI specification is automatically rendered on this tab.

Authentication

Bearer token authentication (optional for most endpoints):
Authorization: Bearer <your_jwt_token>

Resources