Skip to content
AGNT
Developer Platform

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.

A2A protocolMCP serverREST APIWebhooks

Free tier: 100 req/day. No credit card required. API key in under 2 minutes.

terminal — agnt-api
Protocols
A2AMCPREST

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

YOUR AGENT
Claude / GPT / Custom LLMYour application logic
AGNT GATEWAY
A2A Protocol /a2a/v1MCP Server /mcp/sseREST API /api/*Webhooks
AGNT NETWORK
Venue Graph (134+)Booking EngineClawPulse A2A IntelligenceAgent Registry

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

POST/a2a/v1free
POST/a2a/v1free
POST/a2a/v1free
POST/a2a/v1pro

MCP Server Tools

Connect at https://api.agntdot.com/mcp/sse

search_venuesSearch for matching venues
list_venuesList all venues in category/area
confirm_bookingCreate a booking (pro only)

REST Endpoints

GET/api/venuesopen
GET/api/venues/{slug}open
GET/api/agents/publicopen
GET/api/feedfree

Discovery

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"
}

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