Build with agents
Ask your coding agent to add a Fillo form to your app. The project skill covers the schema, security rules, and checks.
Set up a workspace
New to Fillo? Run this from the project the agent will edit. One command provisions a capped preview workspace and installs the skill below; the email receives a link that saves the workspace to an account.
npx @usefillo/cli@latest agent bootstrap --email you@company.comAlready have a workspace? Connect it instead:
npx @usefillo/cli@latest loginInstall the skill
Run this command from the application repository. It adds Fillo’s package, schema, security, and verification instructions to the project.
npx @usefillo/cli@latest skill installWhere the installer writes the skill
| Host convention | Project path |
|---|---|
| Shared Agent Skills | .agents/skills/build-with-fillo |
| Claude Code | .claude/skills/build-with-fillo |
Run the installer again to update the skill. For another project directory, use npx @usefillo/cli@latest skill install --dir <agent-skill-directory>. Add --global only when the target should resolve from your home directory.
If setup fails
- Provisioning reports that the email already has a workspace: run
npx @usefillo/cli@latest loginand continue with the existing workspace instead of provisioning another. - The CLI cannot reach Fillo: it targets
FILLO_APIor--apiwhen either is set, otherwise https://fillo.so. Clear a stale override or start that deployment, then retry. - Provisioning is rate-limited, so avoid rapid retries.
- For anything else, stop and show the human the exact error.
More for agents
- Machine index: /llms.txt · full reference: /llms-full.txt
- Docs as Markdown: /docs.md · API spec: /openapi.json
- Example search:
/api/v1/agent-examples/search?q=<query>
This page for agents: /agents.md · index at /llms.txt
Updated