AI Agent Integration
Wire Virlo into Cursor, Claude Code, OpenClaw, or Windsurf. This page is for developers — the assistant's playbook lives in the plain-text files below.
LLM-Optimized Documentation
| File | Best for |
|---|---|
/llms.txt | Compact overview |
/llms-full.txt | Full endpoint reference for code generation |
/agent-playbook.txt | Intent routing + how to interpret results |
Paste a URL in chat, add it to project rules, or let the assistant fetch it.
OpenClaw Skill
clawhub install short-form-market-research-brain
Then provide your key as the VIRLO_API_KEY env var in ~/.openclaw/openclaw.json — the skill stays hidden until it's set:
{
skills: {
entries: {
"short-form-market-research-brain": {
env: { VIRLO_API_KEY: "virlo_tkn_YOUR_KEY" }
}
}
}
}
MCP Server
Native MCP with 46 tools. One-click setup and full tool catalog: MCP Server.
OpenAPI
https://api.virlo.ai/openapi.json — Swagger UI at https://api.virlo.ai/api.
Tips
- Load the Agent Playbook (or
/agent-playbook.txt) — schemas alone don't teach routing or virality scoring. - Prefer Content Research Agents (
POST /v1/agents). Poll untilfinalized: true— see Async Data Model. - Creation costs credits; reads are free. Pricing: Billing.
