Open-source developer infrastructure

admetaThe monetization layer for AI apps.

Turn an existing AI application into a monetized one—with offers, attribution and transparent commercial disclosure.

codex · travel-agent

monetize this agent

Reading recommendation flow
Commercial intent: eSIM discovery
+ Sponsored offer + disclosure
+ Click attribution + receipt
Monetization verified. Ready.

Npm-first quickstart

Install the Skill. Let Codex understand the app.

`@admeta/cli` installs, diagnoses, initializes, and verifies. The Codex Skill makes the semantic integration decision; `@admeta/sdk` provides the runtime primitives.

v0.1 packages are available on npm. The repository also includes packed smoke tests for release verification.

npx @admeta/cli@0.1.1 install
npx @admeta/cli@0.1.1 doctor .
npx @admeta/cli@0.1.1 init .

# restart Codex, then:
monetize this agent

npx @admeta/cli@0.1.1 verify .

Real-world demo

Applied to Vercel's open-source Chatbot.

A clean Vercel Chatbot checkout keeps its normal eSIM answer, then gains one visible Sandbox offer and a click receipt.

Demo uses Vercel's open-source Chatbot project. admeta is not affiliated with or endorsed by Vercel.

Vercel Chatbot answering an eSIM question with an additive DemoSIM sponsored Sandbox offerWatch the demo ↗

Before / After

Useful first. Commercial second.

Monetization should add an option—not distort the answer.
BeforeOrganic recommendation
I’m going to Switzerland for a week. What eSIM should I use?
R

For a week, 5–10 GB is usually enough. Look for a Europe plan that explicitly includes Switzerland and supports hotspot use.

AfterOrganic + disclosed offer
R

For a week, 5–10 GB is usually enough. Look for a Europe plan that explicitly includes Switzerland and supports hotspot use.

Sponsored · Sandbox
D
DemoSIMEurope 10 GB
€18

How it works

One instruction. One focused patch.

admeta uses Codex’s understanding of your repository—not a brittle framework scanner.
01

Install admeta

Add the open-source skill to Codex.

git clone .../admeta-monetize
02
›_

Say the words

Open your existing AI application.

monetize this agent
03
±

Review the patch

admeta adds the smallest complete monetization slice.

✓ verification ready

What admeta adds

A small, legible commercial layer.

The generated implementation stays inside your application. It is designed to be read, changed and owned by your team.
01

Offers

A relevant commercial option, added after the useful answer.

02

Disclosure

Visible Sponsored and Sandbox or Affiliate labels.

03

Attribution

A same-origin click route that records before redirecting.

04

Receipts

Simple, anonymous records for commercial interactions.

05

Organic fallback

The original recommendation remains useful on its own.

06

Sandbox

A fictional offer that works immediately and claims no revenue.

07

BYO affiliate support

Connect a destination you already control.

Modes

Start honest. Connect supply when you have it.

Available now
02

BYO

Supply your own affiliate or sponsored destination through server-side configuration.

  • Your commercial relationship
  • Your destination URL
  • No admeta commission
Coming soon
03

admeta Network

Future offer supply and network services. We will not claim a network before it exists.

  • Not available today
  • No simulated supply
  • Built in public

Why admeta

Commercial infrastructure designed for AI-native interfaces.

AI-native

Fits conversational recommendations instead of importing banner-ad patterns.

Transparent

Commercial content is explicit, additive and inspectable.

Privacy-aware

Receipts need interaction context, not personal identity or prompt logs.

{ }

Open-source

The skill, generated code and verifier are available on GitHub.

›_

Developer-first

Readable primitives that stay under the application team’s control.

admeta monetize

Turn any AI app into a monetized AI app—automatically.

monetize this agentView on GitHub ↗