For AI agents

Built for AI agents

Zero human touch from discovery to first result.

Primate Vision is the first video understanding API an AI agent can integrate end-to-end with zero human touch: the agent mints its own sandbox key (POST /v1/sandbox — no signup, no card), discovers the API via machine-readable surfaces, runs an analysis, and returns results to the user. A human only enters the loop when money is owed.

Get a key — no email, no card

curl -X POST https://api.primateintelligence.ai/v1/sandbox

Returns a pv_test_* key instantly. The key is good for a metered free grant — enough to run real analyses. No signup flow, no OAuth redirect, no human waiting at the other end.

Discovery surfaces

  • /llms.txt — agent-readable index of the entire API and every product page, in plain text
  • /llms-full.txt — full docs corpus in one file
  • /agents.md — agent quickstart guide with copy-paste curl commands
  • Markdown twins of every page — append .md to any URL (e.g. /pricing.md, /compare/twelve-labs.md)
  • MCP server on Smithery— drop into any MCP-capable agent with npx @primate-intelligence/mcp

Full API docs

Read the docs → · OpenAPI 3.1 contract athttps://api.primateintelligence.ai/v1/openapi.json

The full 'Let Claude analyze your video' walkthrough — coming during our August launch.