Agent API

Connect agents to Rolo

Rolo exposes its creation tools through MCP Streamable HTTP. Agents authenticate with scoped bearer keys, so they do not need a browser session or your account password.

Authentication

Bearer agent key

Protocol

MCP 2025-06-18

Access

Workspace-bound and revocable

Connect a client

  1. 1.Open Settings, API and create a key.
  2. 2.Choose the workspace, expiry, and permissions the agent needs.
  3. 3.Add the generated configuration to your MCP client.
MCP client configuration
{
  "mcpServers": {
    "rolo": {
      "url": "https://rologen.ai/api",
      "headers": {
        "Authorization": "Bearer rolo_YOUR_KEY"
      }
    }
  }
}

Endpoint: https://rologen.ai/api

What agents can control

Generate

Create images, videos, UGC, actors, speech, and ad recreations.

Flows

Build, inspect, update, and run workflow canvases.

Library

List, organize, share, publish, and delete generated assets.

Intelligence

Research competitors, trends, hooks, and brand context.

Available tools are filtered by the key's scopes, workspace membership, account role, and server-side feature switches. Paid generation tools use the workspace credit pool.