vaaya / install

Install Vaaya

Four ways in. Pick the one that matches how you work.

You are building an agentic product

Create a key at vaaya.ai/api-keys and call the API. Your agents get the whole catalog: every x402, MPP and REST service through POST /api/run/{service}/{action}, routed capabilities through vaaya/onesearch, vaaya/onescrape, vaaya/onefind and vaaya/oneenrich, 300+ models through the OpenAI-compatible endpoint at /api/llm/v1, and vaaya/consult when the agent should pick for itself. Give each of your customers’ agents its own key and budget; every call returns what it charged. The typed SDK (@vaaya/sdk, pip install vaaya) is coming — until then the REST reference is the contract.

You work with a coding agent

Run npx @vaaya/mcp install. It registers the Vaaya MCP server in every agent it finds — Claude Code, Claude Desktop, Cursor, Codex — installs the skill and the vaaya CLI, and prints a receipt of every file it touched. Restart the agent; its first Vaaya call opens a browser sign-in. vaaya doctor re-checks the whole setup any time. Get the Mac app to see spend live and add a card in one tap.

npx @vaaya/mcp install

Your agent runs without you

Give the agent https://vaaya.ai/skill.md. It registers the remote MCP server (OAuth) or opens its own account with two POSTs and $1 starter credit. For unattended agents, mint a key with a spend ceiling at vaaya.ai/api-keys and set VAAYA_API_KEY; no browser refresh ever.

https://vaaya.ai/skill.md

You use an assistant, not a terminal

Settings → Connectors → add https://vaaya.ai/mcp, sign in once. Ask your assistant to search, research, generate media, or buy something; each call shows its price first and purchases wait for your approval.

https://vaaya.ai/mcp

Rather click through it? The step-by-step walkthrough for each app is at how to get started.