Run Platfio anywhere
Unlock the power of Platfio on any computer with a fast, scriptable command-line interface.
Meet the AI agents built into Platfio. Each one is tuned for a real software agency role and connected to the platform features that let it do useful work, not just generate text.
If you're a business owner looking for custom software, we can connect you with an expert Platfio agency that will build a holistic, tailored solution for your business — from mobile apps, to websites, to internal tools.
Browse all business typesUnlock the power of Platfio on any computer. Designed for teams and agent workflows, the CLI lets you log in, set agency context, discover tools, and run actions straight from your terminal.
npm install -g @platfio/cli
platfio --help Unlock the power of Platfio on any computer with a fast, scriptable command-line interface.
Perfect for wiring into agent systems like OpenCLAW and other terminal-native automation flows.
Authenticate once, select an agency, then discover and run tools in the correct context.
Create an API key in Profile → Details → Keys, then use these flows to authenticate, set agency context, and run tools quickly.
Log in once, pick an agency, and keep context for all your follow-up commands.
platfio auth login --env production
platfio agencies list --output table
platfio agencies select <agencyId> List available tools for your current agency, inspect a tool schema, and run it with arguments.
platfio tools list --output table
platfio tools get getAgency
platfio tools run getAgency --args '{}' Pipe machine-friendly formats into your own scripts or automation.
platfio agencies list --output jsonl
platfio tools run getBusinesses --args '{"limit":3}' --output csv Use --output with any command.
json (default)
jsonl
csv
table
text