The cloud graph
Nobody remembers how production is actually wired. Your code and cloud in one live, greppable graph, with a wiki that rewrites itself as the system drifts.
POST https://polylane.com/api/auth/email with JSON {"name": string, "email": string} — join the waitlist. Returns {"ok": true}.GET https://polylane.com/api/signups/count — current waitlist size as {"count": number}.POST https://polylane.com/api/careers/apply with JSON {"jobId": string, "email": string, "link": string, "location": string, "notes"?: string} — submit a job application. jobId is the careers URL slug.Nobody remembers how production is actually wired. Your code and cloud in one live, greppable graph, with a wiki that rewrites itself as the system drifts.
No thresholds to tune. An agent reads the actual series and decides, the way you would at 3am.
Most incidents start with a change. Every sync records exactly what changed, and agents check that first.
Every run is a transcript you can watch, interrupt, and share, with every number cited back to its source.
Describe the job in plain English. Polylane builds the trigger, the instructions, and the allowed actions.
Typing the same investigation prompt a third time? Make it a skill. Fix it once, every caller inherits the fix.
Investigations that end at a line of code end as a pull request. Your review and CI still gate the merge.
Console, CLI, API: one platform. The CLI is built for coding agents, and Cmd+. puts the agent on any browser tab.
Agents can do almost anything you ask. That's the problem, you still have to ask. The next evolution is agents that figure out the job to be done. I started with operations, because nobody should be on-call in 2026.