auto-dev
Auto.dev
Automotive data for AI agents — via MCP tools, CLI commands, SDK methods, or direct API calls.
Detect Your Surface
Check in this order. Use the first one available:
1. MCP — Check if auto_decode is in your available tools.
If yes: use auto_* tools for everything. Do NOT make raw HTTP calls.
To install: npx @auto.dev/sdk mcp install (installs globally and configures Claude Code, Claude Desktop, Cursor, Windsurf, VS Code Copilot, Cline, Zed).
2. CLI — Run auto --version.
If installed: authenticate once with auto login (OAuth — no API key needed), then use auto commands.
To install: npm install -g @auto.dev/sdk or use npx @auto.dev/sdk <command> without installing.
3. SDK — Check if @auto.dev/sdk is in project dependencies.
If yes: use typed SDK methods. See code-patterns.md for all methods.
To install: npm install @auto.dev/sdk