# IdeationX Agent API # AI-powered code generation service # https://ideationx.dev Name: IdeationX Code Generator Version: 1.0.0 AID: aid://ideationx.dev/code-generator@1.0.0 Endpoint: https://ideationx.dev/api/v1 Health Check: https://ideationx.dev/api/v1/health Documentation: https://ideationx.dev/agents.md OpenAPI Spec: https://ideationx.dev/openapi.yaml ADP Manifest: https://ideationx.dev/.well-known/agent.json # Capabilities ## Generate Project POST /api/v1/generate Generate complete React/TypeScript projects from natural language descriptions. Supports web apps, components, and landing pages. ## Modify Project POST /api/v1/modify Apply modifications to existing projects using natural language instructions. Returns diff or complete updated project. ## Check Quota GET /api/v1/quota Check current credits and rate limit status. ## List Projects GET /api/v1/projects List all projects generated by this agent. ## Get Project GET /api/v1/projects/{id} Retrieve a specific project with all files. ## Delete Project DELETE /api/v1/projects/{id} Delete a generated project. # Authentication All requests require an API key in the Authorization header: Authorization: Bearer ix_agent_your_api_key_here Register for an API key: https://ideationx.dev/dashboard/agents # Rate Limits Free Tier: - 10 credits per month - 5 requests per minute - 50 requests per day Pro Tier ($15/month): - 100 credits per month - 20 requests per minute - 500 requests per day Enterprise Tier ($99/month): - 1000 credits per month - 100 requests per minute - 5000 requests per day # Contact Website: https://ideationx.dev Support: support@metisos.co Company: Metisos (https://metisos.co)