Operate
Migrate an OpenAI app
Change transport first, then adopt governance deliberately
OpenAI-compatible applications can migrate without rewriting their first request, but production readiness requires capability and error validation.
1. Change base URL and key
Point the existing client to https://api.octoryn.dev/v1 and replace the provider key with a workspace service key.
2. Select a route
Use an approved direct model when provider identity is contractual, or a policy alias when eligible provider portability is desired.
3. Run feature fixtures
Test text, streaming, tools, structured outputs, multimodal input, errors and cancellation on the exact production route.
4. Cut over safely
Canary one workload, compare status and request evidence, practise rollback and only then move the remaining traffic.
