Now in Public Beta — Start Free

The Native API
for AI Agents.

One API to connect AI agents to any website natively. No scraping, no breakage. Signed, audited, and production-ready.

< 50ms

Global Latency

HMAC

SHA-256 Signed

100%

Schema Validated

0

Cold Starts

POST /api/v1/execute
LIVE
# AI Agent sends a structured request
curl -X POST https://qexur.me/api/v1/execute
  -H "Authorization: Bearer qex_e82a9f..."
  -d '{
    "target_site_id": "uuid-1234",
    "action_name": "create_order",
    "parameters": { "product_id": "prod_xyz", "quantity": 2 }
  }'
200 OK — Verified & Proxied in 42ms
↳ Schema validated against site definition
↳ HMAC-SHA256 signature injected
↳ Written to immutable audit log

The Protocol

Three steps. Zero friction.

Qexur sits between your AI agents and the world — secure, fast, and fully audited.

01

Agent Sends Request

Your AI agent hits a single endpoint with an action name and parameters. No scraping, no site-specific SDKs.

02

Qexur Validates & Signs

Edge function authenticates the key, checks quota, validates parameters against the site schema, then signs with HMAC-SHA256.

03

Site Receives & Acts

Your site verifies the HMAC signature, processes the action, and responds. Everything is logged to the immutable audit trail.

Built Different

Everything you need. Nothing you don't.

Edge-Native Speed

Every request handled by a Vercel Edge Function. Zero cold starts, sub-50ms globally.

HMAC-SHA256 Signing

Every proxied request is cryptographically signed. Your site can verify it's really from Qexur.

Schema Enforcement

Owners define exactly what actions exist and what parameters they need. Agents can't hallucinate.

Immutable Audit Logs

Every call logged with agent ID, site, action, timestamp, and response status. Compliance-ready.

AES-256 Encryption

Webhook secrets are encrypted at rest using AES-256-GCM with a master key. Never stored in plaintext.

Quota Management

Every API key has configurable request limits. Automatic 429s when limits are hit. Upgrade paths built in.

Ready to launch?

Create your free account. No credit card required.

Get Started for Free