MCP Server
For AI agents. Use AADDYY tools directly from Cursor, Claude Code, Windsurf, or any MCP client. The agent calls tools automatically.
MCP server, REST API, or NPM SDK. One API key, pay-per-use from $0.01. 50 free credits on signup — no card required.
For AI agents. Use AADDYY tools directly from Cursor, Claude Code, Windsurf, or any MCP client. The agent calls tools automatically.
For developers. Simple HTTP requests with your API key. Works with any language, any framework.
For builders. Type-safe client with automatic V2 polling. Works in Node.js, Bun, Deno, and edge runtimes.
Get 50 free credits
Sign up — no card required. Credits never expire.
Make your first call
Add one config file to your editor. Your AI agent will discover all AADDYY tools automatically.
.cursor/mcp.json
~/.claude/claude_desktop_config.json
.windsurf/mcp.json
Just ask your agent. It picks the right tool automatically:
Type-safe. Handles V2 async polling automatically. Works in any Node.js/Bun/Deno environment.
Authorization: Bearer aip_YOUR_KEYaip_Headers: X-RateLimit-Remaining, X-RateLimit-Reset
Video, image editing, and long-running tools use async processing. The SDK and MCP server handle polling automatically.
POST /api/v2/ai/{tool-name} → { jobId, pollUrl }GET /api/v2/ai/jobs/{jobId} → { status: "completed", result: {...} }