volexi docs
ProductPricingBlogLog inStart free trial

MCP & REST API

Give AI assistants and your own tooling governed access to Volexi — read tools are safe, write tools respect quotas and review gates.

Connect an AI assistant over MCP

  1. Open Settings → MCP and click Copy to grab your server URL (/api/mcp) and per-workspace token.
  2. Add it as an MCP server in Claude, Claude Code, ChatGPT or Codex.
  3. Your assistant can now call read tools (safe) and write tools (which respect plan quotas and review gates). Revoke the token anytime with Revoke.
Read tools (no state change)Write tools (respect quotas + review)
get_metricscreate_action
get_visibility_gapsgenerate_article
list_promptsrefine_draft
get_citations
get_article_drafts

Use the REST API

  1. Open Settings → REST API and click Create key; choose read or read-write scope. Copy it now — it's shown once.
  2. Call endpoints with Authorization: Bearer <key> against /api/v1/….
  3. Revoke a key anytime from the same panel.
MethodEndpointBody
GET/api/v1/metrics
GET/api/v1/opportunities
GET/api/v1/prompts?limit=
GET/api/v1/citations?limit=
GET/api/v1/articles?limit=
POST/api/v1/actions{clusterId | diagnosisId}
POST/api/v1/articles{actionId, customInstructions?}
POST/api/v1/articles/refine{actionId, note}
Was this page helpful?
Updated Jul 2026