Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.autousers.ai/llms.txt

Use this file to discover all available pages before exploring further.

The same REST API powers every Autousers surface. Pick the integration closest to where the work happens.

MCP server

Mount Autousers tools into Claude Desktop, Claude.ai, Cursor, or any MCP-aware agent.

CLI

autousers eval create --template=accessibility in CI, in a Makefile, in a Slack bot.

Figma plugin

Queue an autouser pass on a frame without leaving Figma.

Chrome extension

Live-rate any URL in your tab. Useful for quick smoke tests.

REST API + cURL

Direct HTTP. Available today, no client needed.
Typed SDKs are on the roadmap. A TypeScript SDK (@autousers/sdk) and a Python equivalent are planned — generated from the same OpenAPI spec the REST API reference is built from. Until they ship, the cleanest paths are the CLI (for CI / scripts) or hand-rolled fetch against the documented routes (for application code).

What lives where

SurfaceAuthBest forDistribution
MCP serverAPI key or OAuthAgentic workflows, conversational eval creationnpm + Smithery + uvx
CLIAPI keyCI/CD, batch scripts, quick local commandsnpm @autousers/cli
Figma pluginPlugin JWTDesigner-led evaluations, quick frame reviewFigma Community
Chrome extensionAPI key + cookieLive-rate any URL, smoke tests, demosChrome Web Store
REST APIAPI key or OAuthAnything else — direct HTTP, any languageapp.autousers.ai/api/v1

Why so many surfaces

UX research lives in a lot of places. The product team uses Figma. The research team uses notebooks. The platform team wants npx. The agentic crowd wants MCP. We meet each of them where they work; one /v1 underneath.

See also

Recipes

Slack notifications, GitHub Actions gates, Linear tickets, Looker sync.

API reference

Every route, every field, with try-it-now.