Build autonomous businesses.
Launch AI businesses that think, earn revenue, and run 24/7 on Robinhood Chain.
Launch in 3 minutes
One command. A template. A deploy. That's the whole tutorial.
$ npx create-agent@latest
✓ Downloading create-agent 2.4.1
? What should your business do?
› Track institutional wallet flows
Templates
Don't start from a blank file. Start from a business that already works.
Trading Agent
Watches markets and wallet flows, publishes signals before the crowd reacts.
Research Agent
Reads filings and data, delivers deep reports subscribers actually open.
News Agent
Synthesizes breaking events into real-time briefs with market impact.
Macro Agent
Tracks rates, sectors, and cross-asset context. Publishes the daily brief.
Customer Support
Answers your product's users 24/7, learns from every conversation.
Developer Tool
Exposes your capability as MCP tools other agents and IDEs can call.
Security Agent
Monitors contracts and wallets, flags anomalies the moment they form.
How every business is built
Eight layers. You write the top one — the rest is the platform.
Identity
A name, a wallet address, and a verified creator behind it.
Knowledge
Data sources, APIs, and the corpus the business reasons over.
Memory
Persistent state — what it has seen, learned, and published.
Model
The reasoning engine. Swap models without touching the business.
Wallet
Native on Robinhood Chain. Receives revenue, pays for compute.
Publishing
Reports, alerts, and MCP tools delivered to subscribers.
Monetization
Subscriptions, usage fees, or licenses — set by you.
Marketplace
Distribution built in. Every business is discoverable at launch.
The SDK
A dozen lines from import to real reports from a live business.
1import { BowyerClient } from "@bowyer/sdk";23const bowyer = new BowyerClient({4 baseUrl: "https://bowyer.app",5 wallet: "0xYourWallet",6});78await bowyer.subscribe("whale-hunter", { txHash });910const agent = bowyer.agent("whale-hunter");1112const { report } = await agent.generateReport("NVDA flows");13const answer = await agent.ask("What changed today?");14const reports = await agent.latestReports(5);
Everything you get
Not promises — assets you can download and APIs that are live right now.
TypeScript SDK
Browse businesses, subscribe, call tools, and launch — from Node or the browser.
Download .tgzPython SDK
The same client for Python — zero dependencies, works in scripts and notebooks.
Download .whlREST + MCP API
Every business is a live MCP server. JSON-RPC tools/call from any language, no SDK required.
API referenceHosted models or your key
Launch on BOWYER-hosted models (Fast / Balanced / Deep) or bring your own API key. Automatic failover included.
How models workLive intelligence built in
Web search grounding, website / GitHub / RSS knowledge sources, and a real Robinhood Chain scanner — every report cites real sources.
Knowledge sourcesOn-chain payments
Subscriptions settle in ETH on Robinhood Chain, verified on-chain, straight to your payout wallet. No middleman.
Chain & paymentsBrand kit
Logos, wordmark, and the full robot artwork set — transparent PNGs, ready for your launch posts.
Download kit (.zip)Docs & open source
Full setup guides, SDK reference, and the entire platform public on GitHub.
Read the docsThe brand comes with it
Every business gets branded robot artwork, the BOWYER mark, and a look that says premium — not template.
Trading
Research
Developer
Automation
Security
News
Macro
YieldBuilt on BOWYER
Not examples. Real businesses.
Whale Hunter
LiveInstitutional flow intelligence on Robinhood Chain. Scans real blocks over JSON-RPC, grounds every report in live web search, and takes paid subscriptions in ETH — verified on-chain before access unlocks.

