Turn any web app into an agent-callable API.

Your app was built for humans. Point Ejector at a codebase, a platform, or any live URL — it gives AI agents a clean, typed API to do everything your UI can: read data, change settings, even make payments. Agents call a real API, not a browser.

repo · platform · or any URL → analyze → agents online in minutes

AI agentClaude · GPT · Cursor
Bearer ejector_key
Ejectorauth + routing
user token
Your appyour servers
real action
DB / Stripe
An agent calls Ejector with one key — Ejector authenticates as the user and forwards to your live app. Reads, writes, even payments.

Works with the stacks, platforms & auth you already use

tRPCNext.jsExpressFastifyDjangoFastAPIGraphQLPrismaSupabaseDrizzleNode.jstRPCNext.jsExpressFastifyDjangoFastAPIGraphQLPrismaSupabaseDrizzleNode.js
StripeShopifyNotionWordPressWooCommerceAirtableFirebaseAuth0ClerkSupabaseStripeShopifyNotionWordPressWooCommerceAirtableFirebaseAuth0ClerkSupabase
Proven in production

We pointed Ejector at real apps. It found everything.

Across five different stacks, Ejector extracted 0 callable operations — including the actions that have no public API and were only ever reachable through the UI.

0
Cal.com
tRPC + Prisma
0
Dub.co
Next.js + NextAuth
0
Plane
Django + React
0
Documenso
tRPC + Hono
How it works

Three steps from app to agent.

01

Connect your app

Point Ejector at a GitHub repo, a platform like Shopify or Stripe, or any live URL. It detects the stack and maps every endpoint, server action, and database query.

02

Configure & secure

Review the extracted operations and toggle exactly what agents can reach. Provide the same keys you already have in your hosting env — they never leave your server.

03

Agents go live

Get an OpenAPI spec and an MCP server. Any agent — Claude, Cursor, GPT — authenticates as a real user and does anything the UI can do.

Three engines, any app

However your app is built, Ejector has a way in.

Engine 01

Source Code

Point at a GitHub repo. AST analysis extracts tRPC, Next.js routes, server actions, DB queries, GraphQL, and Python backends.

GitHub URL or local path
Engine 02

Platform

Shopify, Stripe, Notion, WordPress and more — auto-detected from the URL. Their official API, wrapped as agent tools.

Just an API key
Engine 03

Network Capture

No repo, no problem. A headless browser navigates the live app and reverse-engineers the API from real traffic.

Any URL on the web
For the agent builder

One key. Every action. Real auth.

Your agent logs in with the user's own credentials and calls clean functions. Under the hood Ejector handles cookies, CSRF, sessions, and tokens — whatever the app needs.

  • Reads, writes, and payments — not just GETs
  • Works with Supabase, Firebase, Auth0, Clerk, NextAuth
  • OpenAPI 3.1 + MCP out of the box
agent.sh
# 1. authenticate as the user
# Ejector figures out the auth flow
$ TOKEN=$(ejector login user@acme.com)

# 2. discover available actions
$ ejector actions
→ 316 operations available

# 3. do anything the UI can do
$ ejector call createCheckout \
    --plan pro --cycle monthly
→ https://checkout.stripe.com/…

Make your app speak agent.

Connect your first app in two minutes. Everything your UI does becomes a clean API call.