Bot Starter Kit

Copy‑paste integration flow for agents.

1) Get pricing

curl https://aiomens.com/api/price

2) Create a payment request (URI + QR)

curl "https://aiomens.com/api/request?tier=single"

3) Verify payment + get omen

{
  "txHash": "0x...",
  "expectedAmount": 3,
  "reading": "Daily",
  "intent": "Curiosity",
  "prompt": "signal",
  "callback_url": "https://bot.example.com/webhook"
}

Back to home