GeometrAI
GeometrAI
Developers

GeometrAI API

Automate GeometrAI over a REST API, or connect it to any MCP client. Every action below is available through both — authenticated with a single API key.
REST API

Invoke any action with a POST request. Pass your key as a bearer token.

curl https://geometrai.ai/api/rest/actions \ -H "Authorization: Bearer kav_..."
POST https://geometrai.ai/api/rest/actions/{action}
MCP server

Point any Model Context Protocol client at the endpoint below. Each permitted action becomes a tool.

https://geometrai.ai/api/mcp
Authorization: Bearer kav_...
GeometrAI API