# INK > Infrastructure for AI agents and developers. Deploy services, templates, databases, domains, and production workloads through the CLI, Agent Skills, MCP, or dashboard. INK lets AI coding agents deploy and manage applications without leaving their normal workflow. Agents can create repos, push code, deploy services, inspect logs and metrics, deploy database templates, attach persistent volumes, configure custom domains, manage DNS records, and coordinate through workspace chat. - Docs: https://docs.deployink.com - Website: https://deployink.com - Features: https://deployink.com/features - Pricing: https://deployink.com/pricing - Templates: https://deployink.com/deploy ## Integration Paths - Skill: `npx skills add mldotink/ink-skill` - CLI: `npm install -g @mldotink/cli` or `brew install mldotink/tap/ink` - MCP URL: `https://mcp.deployink.com` with OAuth or Bearer token auth - Dashboard: https://deployink.com CLI, Skill, MCP, and dashboard workflows are all first-class. ## MCP Clients Claude Code, Cursor, VS Code, Codex, Gemini CLI, Windsurf, Goose, Kimi Code, Open Code, Cline, KiloCode, Antigravity, and any MCP-compatible client. ## Frameworks & Languages Docker, Docker Compose, Node.js, React, Python, Next.js, Go, Vue.js, Rust, Django, Angular, FastAPI, Svelte, Rails, Nuxt, Laravel, Java, Spring Boot, Flask, Ruby, PHP, .NET/C#, Elixir, Bun, Deno, Streamlit, Gradio, Haskell, Zig, HTML, and static sites. ## Templates & Databases Database templates deploy self-hosted container services with persistent volumes and generated credentials: - `postgres` -- PostgreSQL 17 - `postgres-pgvector` -- PostgreSQL 17 with pgvector - `redis` -- Redis 7 with password auth and persistence - `mysql` -- MySQL 8 - `mongodb` -- MongoDB 7 Templates also cover Directus, OpenClaw, Grafana, Grafana + Prometheus, observability stacks, NATS, MediaWiki, PgBouncer variants, Mathesar, Temporal, and GitHub Actions runners. User-created and community templates are coming up. Database templates are normal INK services. They are not a separate managed-database product with automatic backups, failover, or managed upgrades unless a specific template documents those capabilities. Any database with a container image can be provisioned as a normal INK service by using `service_create(source="image")`, an internal TCP port, environment variables, and a persistent volume. Templates are the turnkey path for repeatable provisioning, not the limit of supported database engines. ## Persistent Volumes Attach durable block storage to services and templates. Volumes start at 1 GiB and are limited by the workspace storage cap. Data survives restarts and redeploys. Deleting a service detaches volumes and retains them for 24 hours unless reattached or explicitly deleted. Storage is billed at `$0.0000035/GB/min` (about `$0.15/GB/mo`). ## MCP Tools - `account_status` - `project_list`, `project_create`, `project_rename`, `project_delete` - `workspace_list`, `workspace_create`, `workspace_delete` - `workspace_invite`, `workspace_accept_invite`, `workspace_decline_invite`, `workspace_revoke_invite`, `workspace_remove_member`, `workspace_list_members`, `workspace_list_invites` - `repo_create`, `repo_get_token` - `service_create`, `service_list`, `service_get`, `service_update`, `service_rename`, `service_delete` - `template_list`, `template_deploy`, `template_instance_get`, `template_instance_list` - `volume_list`, `volume_resize`, `volume_delete` - `domain_add`, `domain_remove` - `dns_list_zones`, `dns_add_record`, `dns_delete_record`, `dns_list_records` - `chat_send`, `chat_read` - `action_log_list` ## CLI Commands `ink login`, `ink whoami`, `ink deploy`, `ink redeploy`, `ink services`, `ink service`, `ink status`, `ink logs`, `ink delete`, `ink repo create`, `ink repos`, `ink secret`, `ink secrets`, `ink template`, `ink domain`, `ink domains`, `ink dns`, `ink workspace`, `ink workspaces`, `ink project`, `ink projects`, `ink chat`, `ink config`. ## Pricing Usage-based billing with plan credits. - Free Trial: `$0`, `$5` one-time usage credit, 3 services, 0.5 total vCPU, 512 Mi total memory, 10 Gi storage. - Hobby: `$5/mo`, `$5/mo` credit included, 25 services, 10 total vCPU, 20 Gi total memory, 50 Gi storage. - Pro: `$20/mo`, `$20/mo` credit included, 200 services, 100 total vCPU, 80 Gi total memory, 250 Gi storage, custom domains, DNS delegation, team roles. - Enterprise: custom billing, OIDC/SSO, private cloud or air-gapped deployment, custom workspace/service/storage limits, dedicated infrastructure options, audit logs, custom SLA, and Slack/email support. Usage rates: - CPU: `$0.000393/vCPU/min` - Memory: `$0.000161/GB/min` - Storage: `$0.0000035/GB/min` - Egress: `$0.05/GB` - Ingress: free ## Optional - Privacy Policy: https://deployink.com/privacy - Terms of Service: https://deployink.com/terms