Getting Started
Set up your workspace, configure admin access, and create your first API key in minutes.
- Admin login and role setup
- API key generation and usage limits
- Page content updates through CMS
- Analytics dashboard interpretation
Documentation
RafayGen docs provide clear integration flows for API access, admin operations, CMS editing, and analytics instrumentation.
Documentation in RafayGen is structured for execution speed. Teams should be able to onboard, configure access, generate keys, and monitor platform health without digging through ambiguous setup steps.
The docs flow covers core paths such as admin access, API usage, security policies, and analytics interpretation. This keeps implementation aligned even when multiple contributors are operating in parallel.
We continuously improve docs against real support patterns so frequent failure points become explicit checklists and reference snippets.
Set up your workspace, configure admin access, and create your first API key in minutes.
Documentation includes lockout policies, IP tracking behavior, session lifecycle, and recommended hardening practices.
Use keys generated from /admin to call AI endpoints with request limits.
curl -X POST https://rafaygen.cloud/api/openai \
-H "Content-Type: application/json" \
-H "x-rafaygen-api-key: rgk_xxxxxxxxxxxxxxxxx" \
-d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"Hello"}]}'Yes. The docs page includes practical request formats and response contracts for key flows.