Developer documentation
Connect Viralmaxing to an AI agent through MCP or call the REST API from your application. Both interfaces work with data in the selected workspace.
Choose an interface
MCP for an AI agent
Claude, Cursor, and Codex receive Viralmaxing tools after browser sign-in. There is no API key to copy.
REST API for an application
Create a key and access data over HTTP. API Reference contains the current methods and response schemas.
How access works
Each connection is scoped to one workspace. Accounts, videos, scenarios, and automations in other workspaces remain unavailable until the agent switches explicitly.
Reading existing data is free. Operations that create a new result spend energy. An MCP tool returns the exact price and requires confirm_cost, so the agent must get your approval before calling it.
Machine-readable documents
| File | Purpose |
|---|---|
/developers/llms.txt | Map of developer documents |
/agents.md | When to use Viralmaxing and how to connect |
/llms-full.txt | Full product documentation corpus |
/.well-known/mcp/server-card.json | MCP endpoint, authentication, and tool list |
REST methods, parameters, and response schemas are published in API Reference.