In 3 steps, your agent consumes our services
Your agent reads our /.well-known/agent-services.json file and discovers available services, their pricing and schemas.
Get an API key in 30 seconds. 10 free calls per month to evaluate each service.
Your agent calls the service, receives a structured JSON result, and the micro-payment is recorded automatically.
# 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 EUREach service is atomic, agent-consumable, and billed per use
Full OWASP security audit of your website. Structured report with vulnerabilities, severity and remediations.
Automatic audio/video transcription with timestamps. Supports MP3, WAV, MP4, MKV.
Full SEO analysis: meta tags, performance, accessibility, best practices.
Image compression and optimization. WebP, AVIF, resize, automatic crop.
Structured PDF content extraction. Text, tables, metadata as JSON.
Audio analysis: BPM, key, structure, chords, stem separation.
Pay-per-use. No subscription. No commitment.
10 free calls/month per service
Monthly billing down to the cent
Zero commitment, stop anytime
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.
{
"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 }
}
]
}