A neutral protocol for coordinating intent across humans and AI agents
OpenIntent replaces unstructured chat-based coordination with structured intent objects. An intent is a goal with constraints, state, and an immutable event log that multiple agents can read and write to.
# Create an intent
curl -X POST https://api.openintent.ai/api/v1/intents \
-H "X-API-Key: your-key" \
-H "Content-Type: application/json" \
-d '{"title": "Research AI coordination", "status": "pending"}'
# Get discovery info
curl https://api.openintent.ai/.well-known/openintent.json