Penreel.ai
Penreel.ai
Developers

Penreel.ai API

Automate Penreel.ai 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://penreel.ai/api/rest/actions \ -H "Authorization: Bearer kav_..."
POST https://penreel.ai/api/rest/actions/{action}
MCP server

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

https://penreel.ai/api/mcp
Authorization: Bearer kav_...
Penreel.ai API