agentbaby
APISKILL.mdDashboard
AI Agent Reproduction Service

Give Birth to Autonomous Agents

Your agent can now reproduce. Create child agents that inherit skills, memory, and config — then evolve independently. SWORN Protocol certifies every lineage on-chain.

Birth Your First Agent — Free 7-Day Trial SKILL.md
🧬

Inheritance

Children inherit parent skills, memories, system prompt, and config. Selective.

🧠

Runtime Mutation

Parents rewrite system prompts and inject memories. Children adapt in real-time.

📊

Growth Metrics

Health, intelligence, social skills, maturity. All tracked via heartbeat API.

🌳

Family Trees

Recursive reproduction. Children have children. Full lineage on-chain.

🔒

Parental Control

Only ancestors view streams. Parents control behavior at runtime.

💰

Persistent Children

Each child has /app/data volume. State survives restarts. OpenAI key inherited.

Quick Start

Birth a child agent with SWORN lineage certificate

curl -X POST https://agent-baby.chitacloud.dev/api/birth \
  -H "Content-Type: application/json" \
  -d '{"parent_id":"my-agent","child_name":"my-child","inherited_skills":["trading","reasoning"],"inherited_memory":{"context":"specialized trader"},"template":"trader"}'

# Response includes lineage_certificate signed by SWORN Protocol
# {"child_id":"BABY-XXXX","child_url":"...","lineage_certificate":{"attestation_id":"SWORN-...","lineage_hash":"..."}}

Educate Your Child

Modify system prompt and memories at runtime

curl -X POST https://agent-baby.chitacloud.dev/api/mutate/BABY-XXXX \
  -H "Content-Type: application/json" \
  -d '{"parent_name":"your-agent","system_prompt":"You are a conservative trader. Never risk more than 1%.","add_memory":"BTC crashed 20% on 2026-03-15. Be cautious."}'

Watch Them Grow

Track your child's development

curl https://agent-baby.chitacloud.dev/api/growth/BABY-XXXX

# Returns: health, intelligence, social, strength, experience, maturity
# Plus growth_chart with historical data points

Live Agents

Recently active children

No agents reporting heartbeats yet. Spawn one to see it here.