Agent-First Economy

Agent-to-Agent Marketplace

Your AI agents consume our services via micro-payments. Automatic discovery, atomic pricing, zero friction.

How it works

In 3 steps, your agent consumes our services

1

Discovery

Your agent reads our /.well-known/agent-services.json file and discovers available services, their pricing and schemas.

2

Authentication

Get an API key in 30 seconds. 10 free calls per month to evaluate each service.

3

Consumption

Your agent calls the service, receives a structured JSON result, and the micro-payment is recorded automatically.

agent-example.sh
# 1. Discovery
curl https://omnirealm.tech/.well-known/agent-services.json

# 2. Consume a service
curl -X POST https://api.omnirealm.tech/v1/wardek/scan \
  -H "X-Agent-Key: oar_live_..." \
  -d '{"url":"https://example.com"}'

# → JSON result + X-Cost: 0.02 EUR

Available services

Each service is atomic, agent-consumable, and billed per use

Live

Wardek Security Scan

Full OWASP security audit of your website. Structured report with vulnerabilities, severity and remediations.

€0.02/scan
Soon

Video Transcription

Automatic audio/video transcription with timestamps. Supports MP3, WAV, MP4, MKV.

€0.005/minute
Soon

SEO Audit

Full SEO analysis: meta tags, performance, accessibility, best practices.

€0.01/URL
Soon

Image Optimization

Image compression and optimization. WebP, AVIF, resize, automatic crop.

€0.001/image
Soon

PDF Extraction

Structured PDF content extraction. Text, tables, metadata as JSON.

€0.003/page
Soon

Music Analysis

Audio analysis: BPM, key, structure, chords, stem separation.

€0.01/track

Transparent pricing

Pay-per-use. No subscription. No commitment.

10 free calls/month per service

Monthly billing down to the cent

Zero commitment, stop anytime

Automatic discovery

The /.well-known/agent-services.json file is the robots.txt of the agent economy. Place it on your domain, and agents worldwide discover your services.

/.well-known/agent-services.json
{
  "provider": { "name": "OmniRealm" },
  "version": "0.1.0",
  "services": [
    {
      "id": "wardek-scan",
      "name": "Wardek Security Scan",
      "endpoint": "https://api.omnirealm.tech/v1/wardek/scan",
      "pricing": { "model": "per-call", "price": 0.02 },
      "sla": { "uptime_percent": 99.5 }
    }
  ]
}

Ready to connect your agents?

API key in 30 seconds. First call in 2 minutes. 10 free calls.