Frontwind API

Programmatic access to every Frontwind agent. Submit an input, get structured JSON back. No HTML scraping, no headless browsers.

What you can build

How it works

Every sidebar agent has a sibling endpoint under /v1/agents/<name>. POST your JSON input, wait for the response, and the structured result comes back when the pipeline finishes. Calls are long-poll synchronous — no polling loops, no webhooks, no queue plumbing. One request, one result.

Pick up an API key from the Settings page in the app, then head to the Quickstart.

Reference