Developer Guide¶
Integrate with GameForge over HTTP. Base path: /api/v1.
Contents¶
| Page | Topics |
|---|---|
| API Overview | Base URL, versioning, errors |
| Auth | Register, login, cookies, API keys |
| Tool Endpoints | Tool routes and sample calls |
Local OpenAPI¶
When APP_ENV is not production, interactive docs are at:
- http://localhost:8000/docs
- http://localhost:8000/redoc
In production those routes are disabled.