Sign up is simple - just use our API to create an account and get your API key:
curl -X POST https://your-rendra-instance.com/api/v1/users \
-H "Content-Type: application/json" \
-d '{"email": "your@email.com", "plan": "free"}'
http://localhost:3001