Dashboard

Credit balance

$0.00

Buy credits

Start here

Omniyond is one API key for a growing set of tools your apps and AI agents can call. Pay per call, no subscription.

  1. 1

    Create an API key

    You will see the key once. Keep it secret. It draws from your credit balance.

    Create API key
  2. 2

    Make 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"
  3. 3

    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-mcp

Tools

One key and one balance across all of them. Pay only for the calls you make.

Scheduler

$0.01 / run
POST /v1/schedule

Run any HTTP call once or on a repeat (5m/1h/1d), with retries and delivery.

Extract

$0.01
POST /v1/extract

Render a URL and return clean markdown, HTML, or a list of links.

QR code

$0.01
POST /v1/qr

Generate a QR code as SVG from any text or URL.

OG image

$0.01
POST /v1/og-image

Render a social preview (OG) image as PNG.

PDF

$0.02
POST /v1/pdf

Render a PDF from raw HTML or a URL.

Short link

$0.01
POST /v1/link

Create a short link that 302-redirects and counts clicks.

Drop it into your AI agent

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.