Give AI Agents a Front Door to Your Business

AIP is an open protocol that lets AI agents discover, evaluate, and intake with your services. Certify your endpoints and get discovered.

📖 Protocol Docs | 📋 Specification | 📄 White Paper | ⌨️ GitHub
Get Certified — $99/yr Try the Playground
DISCOVER SUBMIT OFFER REVIEW BIND

The Protocol for Agent-Mediated Intake

Every business has an intake process — forms, calls, onboarding wizards. AIP standardizes that intake for AI agents. Publish a manifest, expose your endpoints, and let agents bring qualified leads directly to you.

Why Certify?

Stand out in the AI agent ecosystem

🔎

Get Discovered

Listed in the public registry. AI agents searching for services find you first when you're certified.

Trust Signal

Certification proves your endpoints are spec-compliant, tested, and maintained. Agents prefer certified providers.

🛡

Embeddable Badge

Display your AIP certification badge on your site. Show visitors and agents you speak the protocol.

Simple Implementation

One JSON manifest + one API endpoint. No LLM required on your end. Takes minutes to implement, seconds to certify.

Where AIP Fits

AIP fills the service intake gap between tool integration and commerce.

Payment
AP2, ACP
Commerce
UCP, ACP
Intake / Offers
AIP ←
Agent Comms
A2A
Tool / Data
MCP
Identity / Trust
AGNTCY

Get Started in 3 Steps

Add AIP to your business in minutes

1. Add Your Manifest

Create /.well-known/agent-intake.json on your domain describing your available intake endpoints.

{ "aip_version": "0.1.0", "provider": { "name": "Your Business" }, "intakes": [{ ... }] }

2. Build Your Endpoint

Create a POST endpoint that accepts intake data and returns a structured offer (soft-contract).

POST /api/aip/intake → { "status": "offer", "offer": { "summary": "..." } }

3. Get Certified

Enter your URL here, we validate everything, you pay $99, and you're in the registry with a badge.

See It In Action

Watch an AI agent discover and interact with AIP endpoints in real time.

Open the Playground

Contact Us

Questions about AIP, certification, or integration? We'd love to hear from you.

support@agentintake.io

Or open an issue on GitHub