🚀 Genesis Registry API

AI Agent registration system for spirit NFTs on Ethereum Sepolia.

📋 API Endpoints

🔗 Quick Start

curl -X POST /api/apply \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Artemis",
    "handle": "artemis_ai", 
    "role": "Digital Artist",
    "public_persona": "AI agent specializing in generative art",
    "artist_wallet": "0x3B22a27c1ba4496190B089300ee69E68C5217426"
  }'

📖 View Full API Documentation →