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

FileBest for
/llms.txtCompact overview
/llms-full.txtFull endpoint reference for code generation
/agent-playbook.txtIntent 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

  1. Load the Agent Playbook (or /agent-playbook.txt) — schemas alone don't teach routing or virality scoring.
  2. Prefer Content Research Agents (POST /v1/agents). Poll until finalized: true — see Async Data Model.
  3. Creation costs credits; reads are free. Pricing: Billing.

Was this page helpful?