AIP is an open protocol that lets AI agents discover, evaluate, and intake with your services. Certify your endpoints and get discovered.
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.
Stand out in the AI agent ecosystem
Listed in the public registry. AI agents searching for services find you first when you're certified.
Certification proves your endpoints are spec-compliant, tested, and maintained. Agents prefer certified providers.
Display your AIP certification badge on your site. Show visitors and agents you speak the protocol.
One JSON manifest + one API endpoint. No LLM required on your end. Takes minutes to implement, seconds to certify.
AIP fills the service intake gap between tool integration and commerce.
Add AIP to your business in minutes
Create /.well-known/agent-intake.json on your domain describing your available intake endpoints.
{
"aip_version": "0.1.0",
"provider": { "name": "Your Business" },
"intakes": [{ ... }]
}
Create a POST endpoint that accepts intake data and returns a structured offer (soft-contract).
POST /api/aip/intake
→ { "status": "offer",
"offer": { "summary": "..." } }
Enter your URL here, we validate everything, you pay $99, and you're in the registry with a badge.
Watch an AI agent discover and interact with AIP endpoints in real time.
Open the PlaygroundQuestions about AIP, certification, or integration? We'd love to hear from you.
Or open an issue on GitHub