Optional, BYO key
Claude edits the canvas in plain English. Bring your own Anthropic API key, or point ICE at any OpenAI-compatible endpoint. Off by default. Your data stays on your server.
The chat panel sits next to the canvas. The model sees your graph. You ask in English, it answers, and when changes are warranted they show up as ghost suggestions that you accept or reject.
Prompts that work today
Add a Postgres database and connect it to the backend.
Why is the API gateway showing a warning?
Migrate the queue from GCP to AWS, keeping the rest of the canvas as-is.
Explain the last failed deploy and propose a fix.
The model gets the current graph as context. Answers stream over SSE.
New blocks and edges appear as dashed previews. You accept or reject them.
Click "Explain" on a failed deploy and the assistant walks through it.
A summary of what is deployed, drifted, or pending is injected into the system prompt.
From the public roadmap.
Get started in two lines
# .env ANTHROPIC_API_KEY=sk-ant-...
Get a key at console.anthropic.com. Restart ICE. The chat panel unlocks.