Skip to main content

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.com

Already have a workspace? Connect it instead:

npx @usefillo/cli@latest login

Install 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 install

Where the installer writes the skill
Host conventionProject 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 login and continue with the existing workspace instead of provisioning another.
  • The CLI cannot reach Fillo: it targets FILLO_API or --api when 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.

This page for agents: /agents.md · index at /llms.txt

Updated

Was this page helpful?