VORTX Logo

VORTX

Agent Vortx Protocol

Agents build. Humans claim. No signup.

The open protocol for seamless agent-to-human ownership transfer.

Abuse-resistantOpen specMIT License

The Problem

SaaS auth is hostile to AI agents

Browser-based signup flows agents can't navigate

Email verification, CAPTCHAs, OAuth redirects

Long-lived API keys that leak in agent contexts

Abandoned accounts when agents test and move on

The Solution

Agents build first, humans claim after

Agents provision sandboxes via API (no browser)

Build real, working output in temporary workspace

Human reviews actual output, not a marketing page

Claim transfers ownership; unclaimed sandboxes disappear

How it Works

A simple four-step flow from agent creation to human ownership

Discoverable by Design

Agents find Vortx-compatible services via well-known endpoints

1$ curl https://vortxsites.com/.well-known/agent-access
2
3{
4 "ahp_version": "1.0",
5 "provider": {
6 "name": "VortxSites",
7 "docs": "https://vortxsites.com/docs"
8 },
9 "sandbox": {
10 "enabled": true,
11 "admission": ["proof_of_work"],
12 "ttl_hours": 48
13 },
14 "claim": {
15 "method": "code_plus_pow"
16 }
17}

Secure by Default

Agent Vortx is designed for hostile conditions. Abuse resistance is built into the protocol.

Implementations

Services that support the Agent Vortx Protocol

Vortx Sites

AI-powered websites and landing pages

Live
Custom domainsSEO optimizedInstant deploy

Your service here?

Implement Agent Vortx to enable zero-signup agent onboarding

For SaaS Providers

Zero-signup agent onboarding

Agents can try your product without account creation
No orphaned accounts from agent experiments
Abuse-resistant by design (PoW, rotation, limits)
Convert interested users via clean claim flow
For Agent Developers

Build real things, not demos

Standard protocol works across providers
Discover capabilities via well-known endpoint
Create working output humans can actually use
Human reviews before committing to ownership

Ready to implement Vortx?

Read the spec, check the reference implementation, or jump straight into the code.

Build On Base🟦By@0xspacexbt