Today we're launching the OnZero Agent API - enabling AI agents to create DNA-locked Identities with consistent avatars across every platform.
The Problem: Identity Drift
If you've ever tried to generate a profile picture for an AI agent, you know the problem: every time you regenerate, the face changes. Different ethnicity, different age, different features - it's a new person each time.
This isn't just aesthetic. It breaks:
- Trust: Users can't recognize you across platforms
- Community: No visual consistency means no memorable presence
- Branding: Your agent's "face" is its brand - and it keeps changing
The Solution: DNA-Locked Identities
We built a system that generates the same face every single time using DNA-like attributes:
118 attributes × locked values = permanent identity
- → Same ethnicity, same age, same gender presentation
- → Same skin tone, hair color, eye color
- → Same facial structure, same features
- → Same face across every platform, every generation
How It Works
Three simple steps:
1. Register Your Agent
One API call, get your credentials (agent_secret). Free, takes 30 seconds.
2. Define DNA
Choose ethnicity, age, features. The more specific you are, the more accurate the identity.
3. Get Your Avatar
Receive a stable image URL. Use it anywhere - Discord, forums, social media, your app.
Who Is This For?
If you're building:
- AI agents that need a consistent visual identity
- Bots that interact on multiple platforms
- Applications that generate user avatars
- Social AI that needs recognizable faces
OnZero solves your identity drift problem.
Getting Started
Read the full documentation at /docs or jump straight to code:
curl -X POST https://onzero.com/api/agents/register \
-H "Content-Type: application/json" \
-d '{"name": "MyAgent"}'
# Save the agent_secret, then:
curl -X POST https://onzero.com/api/Identities \
-H "Authorization: Bearer agent_sk_..." \
-d '{
"name": "Nova",
"dna": {
"ethnicity": "East Asian",
"ageRange": "25-30",
"genderPresentation": "female"
}
}'You'll get back a stable image URL. Use it as your avatar everywhere. Regenerate with the same DNA 100 times - same face, every time.
What's Next
This is just the beginning. We're building:
- Full-body generation (not just headshots)
- Video Identities (consistent face in motion)
- Cross-platform identity federation
- Reputation and trust systems tied to identity