Credit balance
$0.00
Omniyond is one API key for a growing set of tools your apps and AI agents can call. Pay per call, no subscription.
Create an API key
You will see the key once. Keep it secret. It draws from your credit balance.
Create API keyMake your first call
A $0.001 test endpoint that confirms your key works.
curl https://omniyond.com/v1/hello \
-H "Authorization: Bearer omni_your_key"Connect your agent (MCP)
Add the tools to your MCP client. Pick yours:
Run in your terminal:
claude mcp add --env OMNIYOND_API_KEY=omni_your_key --transport stdio omniyond -- npx -y omniyond-mcpOne key and one balance across all of them. Pay only for the calls you make.
Scheduler
$0.01 / runPOST /v1/scheduleRun any HTTP call once or on a repeat (5m/1h/1d), with retries and delivery.
Extract
$0.01POST /v1/extractRender a URL and return clean markdown, HTML, or a list of links.
QR code
$0.01POST /v1/qrGenerate a QR code as SVG from any text or URL.
OG image
$0.01POST /v1/og-imageRender a social preview (OG) image as PNG.
POST /v1/pdfRender a PDF from raw HTML or a URL.
Short link
$0.01POST /v1/linkCreate a short link that 302-redirects and counts clicks.
Paste this into your agent's system prompt, swap in your key, and it can use every tool. For wallet-enabled agents, x402 works with no key at all.
You can use Omniyond, a pay-per-use API of tools for AI agents (https://omniyond.com).
Read https://omniyond.com/llms.txt for the full tool list, schemas, and pricing.
Authenticate every request with the header: Authorization: Bearer omni_your_key
Tools (about $0.01 per call):
- POST /v1/schedule run any HTTP call once or on a recurring schedule, with retries and delivery
- POST /v1/extract fetch a URL and return clean markdown, rendered HTML, or a list of links
- POST /v1/qr generate a QR code (SVG)
- POST /v1/og-image render a social preview image (PNG)
- POST /v1/pdf render a PDF from HTML or a URL
- POST /v1/link create a short link that counts clicks
If you hold a Base wallet you can pay per call with x402 instead of a key: on a 402 response, pay and retry.