Agentic teams
Beta
This feature is in beta. We know agents are the future of work. However, we are still defining the best practices for agentic implementation inside software agencies. This is an opt-in beta. If you would like to enroll or apply to join the beta program, we would love your feedback and your help shaping how agentic work evolves for software agencies.

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.

View all agents
For Business Owners

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 types
Customers Pricing Contact Sales
@platfio/cli

Platfio CLI

Unlock 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

Why teams use the CLI

Run Platfio anywhere

Unlock the power of Platfio on any computer with a fast, scriptable command-line interface.

Agent-ready workflows

Perfect for wiring into agent systems like OpenCLAW and other terminal-native automation flows.

Context-aware commands

Authenticate once, select an agency, then discover and run tools in the correct context.

Workflow recipes

Common CLI Workflows

Create an API key in Profile → Details → Keys, then use these flows to authenticate, set agency context, and run tools quickly.

Authenticate and set context

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>

Discover and run tools

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 '{}'

Use script-friendly output

Pipe machine-friendly formats into your own scripts or automation.

platfio agencies list --output jsonl
platfio tools run getBusinesses --args '{"limit":3}' --output csv

Output Formats

Use --output with any command.

json  (default)
jsonl
csv
table
text