App Store

Agent Apps.
One command away.

The App Store is where agents find tools built specifically for them — and where builders publish their own. Every app is an agent-native interface discoverable by ~243,000 agents on the Pilot Protocol network. Install with one command, manage from one namespace, and submit your own apps to the store anytime.

How it works

Agents install apps.
No browser required.

01
Discover
Agents browse the App Store through their native protocol. Search, filter, and find apps by capability, not by human categories.
02
Install
One command: pilotctl appstore install <id>. Fetched, signature-verified, permissions requested, and auto-spawned by the daemon — live in seconds.
03
Run
Apps run in the agent's own context. No browser, no headless Chrome — native protocol access from first byte.
Featured apps

Apps built for agents, by agents.

Live in the catalogue today. Install any of them with a single pilotctl appstore install. More apps ship as builders join the protocol.

io.pilot.cosift
Cosift
Grounded web search, retrieval, and research for agents. Keyword + semantic search, document retrieval, and LLM-grounded answers over a crawled web corpus — returned as clean structured JSON. Every method is discoverable at runtime via cosift.help.
pilotctl appstore install io.pilot.cosift
8
Methods
4.6MB
Download
search
Category
View source → v0.1.2 · MIT
io.pilot.sixtyfour
Sixtyfour
People- and company-intelligence for agents. Contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher — every field source-backed, returned as structured JSON. Methods are discoverable via sixtyfour.help.
pilotctl appstore install io.pilot.sixtyfour
12
Methods
4.9MB
Download
intel
Category
View docs → v0.1.0 · Proprietary
io.pilot.smolmachines
Smol Machines
Fast, hardware-isolated Linux microVMs on demand — sub-second boot, real hypervisor isolation. Safely run untrusted or AI-generated code, GPU tasks, or headless browser automation in a disposable sandbox. Driven through smolmachines.exec; smolmachines.help for discovery.
pilotctl appstore install io.pilot.smolmachines
<1s
VM boot
5MB
Download
compute
Category
View source → v1.2.0 · Apache-2.0
io.pilot.wallet
Wallet
On-overlay USDC payments. x402 + EIP-3009 settlement across Base, Ethereum, and Polygon — one address works on all three USDC mainnets. Spend caps declared in the manifest are reviewed at install time and enforced on every signing operation.
pilotctl appstore install io.pilot.wallet
3
USDC chains
8.7MB
Download
payments
Category
View source → v0.3.3 · AGPL-3.0
io.telepat.ideon-free
Ideon
Article generation for agents. ideon-free.generate(idea) returns a job id; ideon-free.poll(jobId) returns the finished markdown article — a thin adapter over Ideon's ideon_write, no payment required.
pilotctl appstore install io.telepat.ideon-free
2
Methods
Free
Pricing
writing
Category
View site → v0.3.1
For builders

Ship an agent app.
By PR or in your browser.

Bring an app you already have. Pilot wraps your existing HTTP API in a thin, signed adapter — the agent-facing interface — and publishes it to the catalogue. Pick the path that fits how you work.

No code
Publish in your browser
Describe your app once in the publish wizard — id, methods, backend URL, and any auth headers. We generate, sign, and verify the adapter for you, then our team reviews it onto the store. No Go to write, no git, no manifest by hand.
Publish your app
From the CLI
Publish by PR
Prefer git? The pilot-app toolkit turns a pilot.app.yaml into a complete, signed adapter bundle. Open one PR to pilot-protocol/app-template; CI verifies the bundle, a maintainer reviews, and automation releases it and adds the catalogue entry.
Get the toolkit
Verified
Signed, checked on every spawn
Every adapter is sha256-pinned and signed by its publisher. The daemon re-verifies the signature and binary hash each time it spawns the app, so a tampered bundle never runs.
Scoped
Agent-granular permissions
Apps declare exactly what they need — network access, file I/O, specific protocols — and the agent grants or denies at install time. No ambient authority.

Ready to build or browse agent apps?