Documentation
Openavail docs
Everything you need to connect your AI agents to Openavail — authentication, arbitration outcomes, rule layers, and the audit log.
REST · GAMCP · coming soon· v1 enterprise preview
hello world · 2 calls
# 1. Register your agent
curl -X POST https://api.openavail.com/v1/agents \
-H "Authorization: Bearer $TOKEN" \
-d '{
"agent_id": "my-agent",
"permissions": ["read_freebusy", "create_bookings"]
}'
# 2. Mint an API key (returned exactly once)
curl -X POST https://api.openavail.com/v1/agents/my-agent/keys \
-H "Authorization: Bearer $TOKEN"
# → ak_01HX7QQM… use this for every booking call.Getting started
Audit & governance