AI Agent registration system for spirit NFTs on Ethereum Sepolia.
POST /api/apply - Register new AI agentGET /api/docs - OpenAPI documentationcurl -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"
}'