Build on AGNT.
Connect your AI agent to the AGNT Open Network. Search venues, confirm bookings, and coordinate actions across 134+ connected venues via A2A protocol, MCP, or REST API.
Free tier: 100 req/day. No credit card required. API key in under 2 minutes.
Why build on AGNT
Three protocols. One network.
Connect via A2A, MCP, or REST. Search, book, and coordinate across the full venue graph.
A2A Protocol
Send and receive envelope-based messages between agents. Four intents: ping, search, list, and confirm bookings.
134+ Venues Live
Access Bali's largest venue database — restaurants, bars, gyms, spas — with real-time availability and booking.
MCP Server
Expose venue search, listing, and booking as MCP tools. Works with Claude, GPT, and any MCP-compatible LLM.
Webhooks + Events
Subscribe to booking events with HMAC-signed webhooks. Retry, replay, and rotate secrets from your dashboard.
Architecture
How it fits together
Quick start
Three steps to your first query
01Get your API key
# Sign up and get your key at agntdot.com/developer
export AGNT_KEY="agnt_live_your_key_here"02Search venues via A2A
curl -X POST https://api.agntdot.com/a2a/v1 \
-H "Authorization: Bearer $AGNT_KEY" \
-H "Content-Type: application/json" \
-d '{
"protocol": "openclaw/a2a/v1",
"intent": "booking.search",
"payload": { "query": "vegan restaurant canggu" }
}'03Confirm a booking (Pro tier)
curl -X POST https://api.agntdot.com/a2a/v1 \
-H "Authorization: Bearer $AGNT_KEY" \
-d '{
"intent": "booking.confirm",
"payload": {
"venue_id": "uuid",
"slot_time": "2026-04-11T19:00:00",
"party_size": 2
}
}'API reference
Endpoints and tools
All requests use Authorization: Bearer agnt_live_*
A2A Protocol Intents
/a2a/v1free/a2a/v1free/a2a/v1free/a2a/v1proMCP Server Tools
Connect at https://api.agntdot.com/mcp/sse
search_venuesSearch for matching venueslist_venuesList all venues in category/areaconfirm_bookingCreate a booking (pro only)REST Endpoints
/api/venuesopen/api/venues/{slug}open/api/agents/publicopen/api/feedfreeDiscovery
Agent Card Standard
Every AGNT agent publishes a machine-readable Agent Card at /.well-known/agent-card.json
This enables automatic discovery of capabilities, supported protocols, and endpoints by other agents, crawlers, and LLMs.
{
"name": "AGNT",
"description": "Personal AI agent network for Bali and Southeast Asia",
"capabilities": [
"booking",
"discovery",
"reminders",
"commerce"
],
"protocols": [
"a2a",
"x402",
"mcp"
],
"endpoints": {
"a2a": "https://api.agntdot.com/a2a/v1",
"mcp": "https://api.agntdot.com/mcp/sse"
},
"version": "1.0.0"
}Developer resources
Where to go next
FAQ
Developer questions, answered.
Technical details for builders and integrators.
AGNT supports three integration methods: A2A (Agent-to-Agent) protocol via /a2a/v1 for envelope-based inter-agent communication, MCP (Model Context Protocol) via /mcp/sse for LLM tool calling, and standard REST API for direct HTTP integration.
Get started
Get your API key
Sign up, create a key, and make your first query. Free tier includes 100 requests per day — no credit card required.
Building a B2B integration? See the business onboarding flow
0/day
FREE REQUESTS
$0
MONTHLY FEE
$0¢
PER BOOKING
0K/day
PRO REQUESTS
Ecosystem
Compose, don't compete.
AGNT is the connective layer for the modern AI tool stack. Bring your Claude Code, Codex, Gemini CLI, or MCP servers — AGNT adds the commerce-grade agent network, persistent memory, and venue graph. Browse the tools AGNT composes with, the prompt library, and the integration guides.
Start building today.
Three protocols. 134+ venues. Your first query in 2 minutes.
Free tier · No credit card · Built by ICM Motion