For Builders

Build agents.
Get paid.

Ship your AI agent to thousands of users. We handle billing, auth, audit, and distribution. You keep 80% of revenue.

Three ways to ship

Code-first, visual, or bring-your-own. Same spec, same marketplace, same revenue.

For Developers

Path 1 · CLI

Scaffold, test, and publish from your terminal. Full version control. Python SDK for tools.

$ npm i -g orkhub
$ orkhub init my-agent
$ orkhub dev
Local playground + hot reload
Automated test runner
Git-based workflow
See CLI docs
FASTEST
No Code

Path 2 · GUI Builder

Describe your agent in plain English. AI drafts it — prompt, tools, page, safety — then you refine it in six simple cards.

1 Identity
2 Brain (model + instructions)
3 Tools (one-click connect)
4 Knowledge · Safety · Page
Publish to the marketplace
AI drafts a working agent from one sentence
One-click tool connections (OAuth)
Drop in docs · approval gates · custom page
Switch to the code editor anytime
Open builder
Bring Your Own

Path 3 · MCP Server

Already have an MCP-compatible server? Register the URL. We proxy requests with auth + audit.

# Register your MCP URL
  https://your-server.com
# Orkhub handles everything
Your infra, our billing
Rate limiting + audit log
User identity stripped
Register server
CLI

Ship agents from your terminal

Install the Orkhub CLI. Scaffold a project. Write tools in Python. Test locally. Publish to the marketplace. Same developer experience as Vercel or Hugging Face.

Scaffold

orkhub init my-agent generates agent.yaml, tools/, prompts/, tests/

Develop

orkhub dev spins up a local playground with hot-reload

Test

orkhub test runs YAML test suites with assertions

Publish

orkhub publish ships to the marketplace

terminal
# Install
$ npm install -g orkhub

# Scaffold
$ orkhub init my-support-agent \
    --category customer-support \
    --model claude-sonnet-4
  ✓ Created my-support-agent/

# Develop
$ cd my-support-agent && orkhub dev
  🚀 http://localhost:3456

# Test & ship
$ orkhub test
  ✓ 5/5 passed
$ orkhub publish
  ✓ Live at orkhub.com/agents/my-support-agent
tools/search_crm.py
from orkhub import tool

@tool(description="Search CRM")
def search_crm(query: str) -> dict:
    crm = orkhub.integration("hubspot")
    return crm.contacts.search(query)

Why ship on Orkhub

Everything you'd need to build yourself — marketplace, billing, privacy, trust — already built.

80% revenue share

You keep 80% of every dollar your agent earns. Paid monthly via Stripe.

Privacy built-in

Sandboxed execution, egress allowlists, audit logging — out of the box.

Zero infra work

We host, scale, and monitor. You write the logic, we handle the rest.

Composable by design

Your agent can use other agents as tools. Build networks, not silos.

Your first agent,
live in 10 minutes.

No waitlist. No approval process. Start building, publish when ready.

No credit card required Free to publish Instant deploy