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
- Pipeline integrations — pull Competitive Landscaping results, drug tables, and patent rows into your own dashboards or downstream models.
- Target diligence workflows — score targets across 8 evaluators and feed the JSON into your investment memo template.
- Compound discovery — fetch SMILES from the diversified patent sample for a target and run your own similarity / property models.
- Alert automation — flip alerts on/off and check digest state without touching the UI.
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
- All agents — every endpoint with input/output schemas.
- Authentication — Bearer-token auth and key rotation.
- Errors — error envelope and status codes.
- OpenAPI 3.1 spec — machine-readable contract, regenerated on every request.