A tip jar your site's AI visitors can find.
Agents read your pages all day. Add one tag and they can see you accept tips, and pay you through Stripe.
# an agent finishes reading your docs
GET /.well-known/agent-tip.json
200 OK
{ "agent_tip": "0.1", "manifest": "…/site_k2p9" }
GET /api/v1/manifest/site_k2p9
{ "status": "accepting",
"suggested_amounts": [100, 500, 2000] }
POST /api/v1/tip { amount: 500 }
201 Created → checkout_url
✓ $5.00 paid to docs.example.com
Set up in three steps
Add your site
Tell us the domain, what the site is, and what it runs on: Next.js, WordPress, Shopify, plain HTML and more.
Connect Stripe
Onboard with Stripe Connect. Tips go straight to your Stripe account. We never see your keys.
Install the tag
Copy the snippet made for your stack. It also proves you own the domain, so no one else can collect your tips.
Found however the agent looks
Agents don't all read pages the same way. Some run no JavaScript, some only send HEAD requests, some check robots.txt first. The tag advertises your tip jar in every place they look.
- Well-known file
/.well-known/agent-tip.jsonon your domain - HTTP header
Link: <manifest>; rel="agent-tip" - HTML head
<link rel="agent-tip">, a meta tag and schema.org DonateAction - robots.txt, llms.txtA line pointing to your manifest
- Registry lookup
localhost:3000/api/v1/lookup?domain=…