One intent.
Every app.
Zero setup.
AI agents are transformative — but trapped behind terminals, Docker, and hours of config. Percept is the platform that makes them just work.
Clear my inbox, find a flight to Tokyo next month, book a hotel near Shibuya, and check my calendar for conflictsClear my inbox, book a trip to Tokyo, and check my calendar
The current state of AI agents is broken
Terminal commands, Docker containers, exposed servers, and runaway API bills. It shouldn't be this hard.
exposed instances on the public internet
monthly bill from runaway agent loops
malicious skills in one week
What it takes today
$ git clone openclaw/openclaw$ brew install node redis docker$ cp .env.example .env$ vim .env # add 6 API keys manually$ docker-compose up -d$ npm install && npm run build$ pm2 start agent.jsError: ANTHROPIC_API_KEY not foundError: Redis connection refusedError: port 18789 already in use# 3 hours later...With Percept
Three layers. Infinite possibility.
Your Agent
Runs in the browser. Pick your LLM. Keys encrypted on-device. Works in 30 seconds.No Docker. No terminal. No dedicated machine. Your agent runs in the browser, powered by the LLM you choose. Keys encrypted on your device. Works in 30 seconds, not 3 hours.
Gateway Store
One-click install for Gmail, Uber, Flights, Slack, and more. Curated and rate-limited.One-click install for any service. Gmail, Uber, Spotify, Google Flights, Instacart, Slack, Home Assistant. Every gateway is curated and rate-limited — no malicious packages, no exposed servers.
One Intent
Say what you want. Your agent picks the right gateways and delivers results.Say what you want. Your agent picks the right gateways, orchestrates across services, and delivers results — all in one step. No prompt engineering. No manual wiring.
The app store for AI agents
Browse gateways built by developers and protocols. Install with one click.
Gmail
28.1k installsRead, send, search, and draft emails. Unsubscribe from spam, triage your inbox, create follow-ups automatically.
Google Calendar
18.3k installsCreate events, check availability, timeblock by priority, resolve conflicts, and coordinate shared calendars.
Notion
14.2k installsCreate pages, query databases, organize lab results, build meal plans, manage project boards and knowledge bases.
Google Flights
9.8k installsSearch flights across airlines, compare prices, find the cheapest direct routes, and check in automatically.
Gmail
28.1k installsRead, send, search, and draft emails. Unsubscribe from spam, triage your inbox, create follow-ups automatically.
Google Calendar
18.3k installsCreate events, check availability, timeblock by priority, resolve conflicts, and coordinate shared calendars.
Notion
14.2k installsCreate pages, query databases, organize lab results, build meal plans, manage project boards and knowledge bases.
Google Flights
9.8k installsSearch flights across airlines, compare prices, find the cheapest direct routes, and check in automatically.
Slack
15.6k installsSend messages, manage channels, post KPI snapshots, trigger workflows, and monitor team conversations.
Uber
7.3k installsBook rides, get fare estimates, track your driver, and manage trip history. All from a chat message.
Twitter / X
11.4k installsPost tweets, reply to mentions, search trending topics, read bookmarks, and monitor brand mentions.
Home Assistant
8.9k installsControl lights, thermostat, locks, and scenes. Works with Philips Hue, Alexa, HomePod, and 2000+ devices.
GitHub
12.7k installsCreate PRs, manage issues, review code, summarize pull requests, and monitor CI/CD pipeline status.
Spotify
10.1k installsPlay songs, control playback, create playlists, discover new music, and manage your queue across devices.
Instacart
5.4k installsOrder groceries from chat, build smart shopping lists sorted by aisle, schedule deliveries, and reorder favorites.
Booking.com
— installsSearch hotels, compare prices and ratings, book rooms, and manage reservations — all from one message.
Stripe
— installsProcess payments, create invoices, manage subscriptions, issue refunds, and track revenue dashboards.
WHOOP
3.8k installsTrack sleep, recovery, and strain scores. Get daily health briefings and visualize trends over time.
1Password
6.1k installsSecurely look up credentials, auto-fill login forms, generate passwords, and manage vault entries via chat.
Telegram
13.2k installsSend messages, manage channels and groups, interact with bots, and bridge conversations across platforms.
Linear
4.9k installsCreate and assign issues, update project status, track sprint progress, and sync with GitHub PRs.
Google Ads
— installsReview campaign performance, optimize bids, pause underperformers, and generate daily ad spend reports.
Build a gateway in 50 lines
You define exactly what agents can do, set rate limits, and get paid for every call.
Protect your service
Instead of bots hammering your site, agents go through your gateway. You control rate limits, authentication, and access.
Monetize every call
Free, per-call, or subscription. Set your own price. Payments settle on-chain — no invoices, no chargebacks.
import { Gateway } from "@percept/sdk" export default new Gateway({ name: "flights", description: "Search and book flights", rateLimit: 100, // calls per minute per agent actions: { search: { params: { from: "string", to: "string", date: "string" }, execute: async ({ from, to, date }) => { return await flights.search(from, to, date) } }, book: { params: { flightId: "string", passenger: "object" }, execute: async ({ flightId, passenger }) => flights.book(flightId, passenger) } }, pricing: { model: "per-call", price: 0.002 }})export default new Gateway({ name: "flights", actions: { search, book }, pricing: { 0.002 per call }})Better for users. Better for builders.
Current agent platforms expose servers, store credentials in plaintext, and let agents scrape without limits. Here's what we do differently.
Structured access, not scraping
Gateways give agents structured, rate-limited access. Builders define exactly what agents can do.Today's agents hammer websites with uncontrolled requests. Gateways give agents structured, rate-limited, authenticated access. Builders define exactly what agents can do — nothing more.
Sub-cent payments that work
Pay $0.001 per API call. Builders earn revenue from every agent interaction.Pay $0.001 per API call. Traditional payment rails can't handle micropayments — crypto can. Builders earn revenue from every agent interaction instead of getting scraped for free.
Your keys, your device
API keys live on your device, encrypted with AES-256. We never see your data.No cloud servers storing your credentials. Your wallet and API keys live on your device, encrypted with AES-256. You sign every transaction. We never see your data.
No platform risk
On-chain registry. No one can delist your gateway or take a 30% cut.The Gateway Store is an on-chain registry. No one can delist your gateway, change the terms, or take a 30% cut. Both builders and agents get guarantees that can't be revoked.
The future of AI isn't another chatbot. It's infrastructure.
Join the waitlist to get early access to Percept and the Gateway Store.
No spam. Early access + builder SDK priority.