Hybrid PLTM Guntung x PLTS Feasibility Study
Production workflow portal for TOR, submissions, review, approved sources, and Codex outputs.
Codex Access
Admins and project managers can generate API tokens for Codex. Tokens can read approved sources and submit calculation/report/QA outputs, but cannot approve official documents.
Codex Access
Generate an API token for Codex. Store it as `FS_API_TOKEN`; it is shown once.
export FS_API_URL=https://api-production-64a15.up.railway.app export FS_API_TOKEN=<token> python3 codex/scripts/fetch_approved_sources.py <project_id> curl -H "Authorization: Bearer $FS_API_TOKEN" "$FS_API_URL/projects/<project_id>/exports/approved-documents.json"