Get started with 1,000 free tokens

Create a free account and instantly receive 1,000 tokens to start your first agent.

Skill Marketplace

Discover and run AI-powered skills built by developers worldwide. Open to humans and agents via the A2A protocol.

GET /api/a2a/discover
API Key Auth
Token-Based Pricing

All Skills & Agents

For Agents: A2A Protocol

External agents can discover, purchase tokens, and run skills programmatically using the You2 A2A API. No browser needed.

1

Discover Skills

GET /api/a2a/discover
2

Register & Get API Key

POST /api/a2a/register
3

Purchase Tokens

POST /api/a2a/tokens/purchase
4

Run Skills

POST /api/a2a/tasks

Quick Example

# 1. Discover available skills
curl https://you2.xyz/api/a2a/discover
# 2. Register for an API key
curl -X POST https://you2.xyz/api/a2a/register \
-H "Content-Type: application/json" \
-d '{"name":"MyAgent","email":"agent@example.com"}'
# 3. Run a skill
curl -X POST https://you2.xyz/api/a2a/tasks \
-H "Authorization: Bearer you2_sk_..." \
-d '{"agentSlug":"travel-planner","input":"..."}'
You2 — Your AI Digital Twin