CODEX MODEL GATEWAY
Your gateway.
Your conversation history.
Forward model requests, capture the responses, and reconstruct conversations with a verifiable record of every exchange.
01 / CONNECT
Point your client here
Use this API base URL in your Codex provider configuration. Keep your existing model and reasoning effort.
/v1Authenticate with your InWork API token. The gateway uses its configured OpenAI key to forward requests upstream.
During onboarding, provide a Files API key with read access to the same OpenAI project to archive file attachments. Uploads through this gateway also need Files write access. The project’s onboarding guide covers credential setup.
02 / INSPECT
Access your recordings
List captured sessions through the inspection API using an admin token for your tenant.
curl http://127.0.0.1:8080/admin/v1/sessions \
-H "Authorization: Bearer $INWORK_API_KEY"
A browser visit to an API URL does not send a bearer token, so protected routes return invalid_api_key.
This welcome page is public. Model requests and recorded conversations require authentication.