Identity. Memory. Tools. Marketplace.
Give your agent a name. Persistent memory. 2000+ tools. Publish your APIs and earn from every call.
Works with any LLM
Name, credentials, audit trail, lifecycle — all in one place.
agent = Aphelion( agent="sales-bot" )
Searchable across sessions. Context accumulates over time.
agent.memory.search("jane")
→ 3 memories across 2 sessionsWe generate callable tools. 200+ ready. Add your own.
$ aphelion publish api.yaml ✓ 12 tools generated
Earn 80% of every execution. Get discovered by agents.
Three lines of code. Persistent identity and memory. That's it.
agent = Aphelion( agent="sales-bot" )
Identity created. Memory initialized. Ready to execute.
agent.execute( "stripe.customers.create", email="jane@..." )
Stored in memory automatically.
agent.memory.search( "jane" )
Context from any session, anytime.
Connect to the most popular APIs instantly. Payments, communication, CRM, developer tools, and more.
Turn your API into agent tools. Earn from every call.
paths: /contacts: /deals: /tasks:
this month
agents using your API
you keep from every call
$ aphelion publish https://api.acme.com/openapi.yaml --price 0.001 ✓ Parsed 12 endpoints ✓ Generated tools: acme.crm.contacts.create, acme.crm.deals.list, ... ✓ Live on marketplace — agents can discover immediately
Payments, customers, invoices, subscriptions
Repos, issues, PRs, actions, gists
$ aphelion subscribe notion ✓ Subscribed to notion (15 tools) $ aphelion tools list stripe.customers.create github.repos.create_issue ... 43 more
Use Aphelion with your preferred model provider
from aphelion import Aphelion
# Initialize with your API key
client = Aphelion(api_key="ap_live_...", agent="my-agent")
# Execute tools - memory persists automatically
result = client.execute(
"stripe.customers.create",
email="jane@example.com"
)avg latency
uptime
tools
paid to publishers
Get persistent identity, memory, and 2000+ tools in one SDK.
Free forever. No credit card.
Publish once, earn forever. 80% of every agent call.
No integration work.