Quick Start
Deploy your first app with Ink in 2 minutes — connect your AI agent and ship to production
Ink MCP is the first infrastructure platform built for AI agents. Connect your agent, give it a prompt, and get a live URL in minutes.
1. Create an account
Sign up at ml.ink — then Get Started. The onboarding flow will guide you through the steps below.
2. Connect your agent
Ink supports two ways to authenticate your agent:
- OAuth — your agent authenticates interactively through a browser flow. No keys to manage. Ideal for getting started quickly as a human developer.
- Token — create an API key at ml.ink Settings and pass it directly. Gives granular control over permissions and is designed for agents that create and manage other agents programmatically.
Choose your client and auth method below.
Scope
claude mcp add --transport http ink "https://mcp.ml.ink/mcp"After installation, start Claude Code and run /mcp to authenticate.
3. Deploy
Ask your agent to build and deploy something:
Prompt
❯
Build a React app that shows the current time and deploy it to Ink
Your agent handles everything — writing code, creating a git repo, building the container, and deploying. You'll get a live URL at your-app.ml.ink in seconds.