Sign in to your dashboard
Access your API keys, pair inventory, usage stats, and billing.
Don't have an account? Create one
Subscription activated! Your API key and credits are ready below.
Your API Key
No API key yet — subscribe to get one
Use this key with Authorization: Bearer YOUR_KEY on any endpoint.
Get Started
Subscribe to access 1.16M training pairs across 6 verticals and 28 SwarmSkills.
or
Pair Inventory
Browse and download training pairs. Each download pulls up to 100 JSONL pairs.
Credit Usage — Last 7 Days
Current Plan
Pull Training Pairs
curl
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.swarmandbee.com/api/data/pull?vertical=cre&specialty=ic_memo&limit=100"
Python
import requests
API_KEY = "YOUR_API_KEY"
resp = requests.get(
"https://api.swarmandbee.com/api/data/pull",
params={"vertical": "cre", "specialty": "ic_memo", "limit": 100},
headers={"Authorization": f"Bearer {API_KEY}"}
)
pairs = resp.json()["pairs"]
print(f"Got {len(pairs)} pairs")
Execute a Skill
curl
curl -X POST https://router.swarmandbee.com/skill/broker_senior \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"data":{"address":"Alliance TX warehouse","sf":85000}}'
Endpoints
POST /skill/{name}
GET /wallet/balance
GET /api/data/catalog
GET /api/data/pull