Interactive Sandbox

Try AgentGenome without signing up. Seed a genome, evolve traits, and see how it works in real-time.

Seed New Genome

Configure initial trait values and create a genome

Conversion RateSales closing effectiveness
75%
Resolution SpeedSupport ticket velocity
85%
Compliance LevelRegulatory adherence
95%
Cost EfficiencyToken optimization rate
60%

API Code

// Seed a new genome
const response = await fetch('https://api.agentgenome.com/v1/genome/seed', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'your_api_key'
  },
  body: JSON.stringify({
    homeostasis_baseline: {
      conversion_rate: 0.75,
      resolution_speed: 0.85,
      compliance_level: 0.95,
      cost_efficiency: 0.60
    }
  })
});

Trait Visualization

Seed a genome to see trait evolution

Configure traits and seed a genome to begin