AI agents and API integration
For developers and AI assistants
Section titled “For developers and AI assistants”FillFaster publishes a plain Markdown “skill” file that any agent or LLM can retrieve over HTTPS. It explains what the product is, which workflows exist, and where the canonical OpenAPI contract lives. It does not duplicate every endpoint; always use OpenAPI for exact shapes.
Stable URLs
Section titled “Stable URLs”| Resource | URL |
|---|---|
| Human overview (this page on the help site) | https://help.fillfaster.com/developers/ai-agents |
| Agent / LLM skill (markdown) | https://help.fillfaster.com/fillfaster-api-skill.md |
| OpenAPI 3 (JSON) | https://help.fillfaster.com/fillfaster-openapi.json |
| Interactive API reference (Scalar) | https://help.fillfaster.com/developers/api |
| Webhooks guide | https://help.fillfaster.com/developers/webhooks/ |
Suggested agent behavior
Section titled “Suggested agent behavior”- Fetch
fillfaster-api-skill.mdfirst for workflow context. - Fetch
fillfaster-openapi.json(or use a local copy from your monorepo) for all endpoint and schema details. - Follow the authentication scheme defined in OpenAPI (API token).
- Design submission flows around webhooks per form; use status polling only when push notifications are not possible.
If you maintain Cursor rules or a project skill, point them at the same two URLs so humans and tools stay aligned.