Ink: A Deployment Platform Where Claude AI Agents Are the Primary Users

Ink (ml.ink) is a deployment platform where the primary users are AI agents, not humans. It was created to address the frustration of using Claude Code: while Claude can write a full-stack app in minutes, manually wiring up hosting, databases, DNS, and secrets takes about an hour.
Key Features and Workflow
The platform allows Claude to deploy applications with a single command: say "deploy this." Claude calls the create_service function, the platform auto-detects the framework, builds it, and returns a live URL at *.ml.ink.
Differentiation from Existing Services
- Unified Tool: One tool handles compute, databases, DNS, secrets, domains, metrics, and logs. Claude doesn't need to juggle separate providers.
- Error Handling for LLMs: When a deploy fails, Claude reads the build log, fixes the issue, and redeploys. Error responses are structured for LLMs rather than raw stack traces.
- DNS Zone Delegation: Delegate a zone once, and Claude can create subdomains instantly.
- Built-in Git Hosting: Claude pushes code and deploys without requiring GitHub.
- Shared Workspaces: Multiple agents and humans can collaborate on the same projects.
Additional Platform Details
The platform includes a human UI for logs, metrics, and DNS management. It offers GitHub integration for auto-redeploy functionality. Billing is per-minute with no per-seat charges.
The service is currently available with a free $2 trial that doesn't require a credit card. A 20% discount code "GOODFORTUNE" is offered for further testing.
Notably, Ink was built with Claude Code specifically for use with Claude Code.
📖 Read the full source: r/ClaudeAI
👀 See Also

AgentMail Founder Details Agent-Native Onboarding After OpenClaw Exposed CAPTCHA Block
AgentMail, an email API for AI agents, rebuilt its onboarding flow after its own OpenClaw agent failed at a Cloudflare CAPTCHA. The new system offers a single REST endpoint for programmatic account creation while keeping humans in the loop for verification.

Claude AI Session Compaction Issues and Workarounds
Default compaction in Claude AI sessions can degrade retrieval accuracy from ~9.75/10 to ~5/10, causing hallucinations. The user tested with 418K tokens and found manual compaction using Opus maintains accuracy while default compaction fails.

Routing Claude API traffic to control costs after Max subscription change
Anthropic's Max subscription no longer covers third-party tool usage, forcing OpenClaw users to API billing. A routing proxy directs simple tasks to Claude Sonnet ($3/M input, $15/M output) and complex ones to Opus ($5/M input, $25/M output), cutting costs without quality loss.

Pixel Agents: 24 Specialized Claude Agents for Code, Site, and Resume Reviews
Pixel Agents is a collection of 24 task-specific AI agents built on Claude Sonnet 4.6 API, each with tuned personalities and structured JSON output. The system includes code review, site analysis, resume critique, and startup evaluation agents that provide direct feedback.