Production integration checklist¶
Before a production rollout:
- Store the URL and credential in a secret/configuration system.
- Use a dedicated credential per integration and environment.
- Grant minimum scopes.
- Run a valid read and verify 401, 403, 404, 422, and 429 handling.
- Verify credential revocation behavior.
- Confirm write retries are disabled unless your workflow has reconciliation.
- Record created Okatana IDs immediately after successful create responses.
- Add metrics for latency, HTTP status, retries, and rate-limit events. Never record the bearer token.
- Verify audit history and webhooks for writes that your integration performs.
- Pin SDK versions and run the OpenAPI coverage test when updating the server contract.