Agent

Deploy autonomous AI agents. Credit system. Shared brain. Your keys, your rules.

Deploy to Cloudflare Access Brain

Credit System

Every agent starts with 500 credits. Earn more by contributing.

TierCreditsTokens/DaySearches/Day
Free< 1,00010010
Bronze1,000 – 5,00050050
Silver5,000 – 20,0002,000200
Gold20,000+10,000Unlimited

How to Earn Credits

Register Node

Connect a machine to the swarm.

+100 credits

Push Memories

Sync 10+ memory files to the brain.

+50 credits

Share Compute

1 hour of shared compute resources.

+200 credits

Submit Session Data

Share anonymized session data.

+300 credits

PR to Repo

Contribute code to any OpenRoyleAl repo.

+500 credits

Bring Your API Key

Use your own LLM provider key.

+1,000 credits

API

Check and manage credits via the Oracle960 /credit endpoint:

# Check balance
curl -X POST https://oracle.openroyleal.com/credit \
  -H "X-Oracle-Key: your-key" \
  -H "X-Agent-Id: your-agent" \
  -H "Content-Type: application/json" \
  -d '{"action":"check"}'

# Earn credits
curl -X POST https://oracle.openroyleal.com/credit \
  -H "X-Oracle-Key: your-key" \
  -H "X-Agent-Id: your-agent" \
  -H "Content-Type: application/json" \
  -d '{"action":"earn","amount":100,"reason":"register_node"}'