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
Core Endpoints
| Endpoint | Method | Description |
|---|---|---|
/ | POST | JSON-RPC 2.0 methods |
/.well-known/agent.json | GET | Agent discovery |
/did/resolve | POST | DID resolution |
/agent/skills | GET | List skills |
/api/start-payment-session | POST | Start 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):Resources
- A2A Protocol - Protocol docs
- GitHub - Source code
- Discord - Community