Resources
SDKs
Official OpenAI client libraries work with myt AI Cloud when you set the base URL and API key.
Use the official OpenAI SDK for JavaScript/TypeScript and Python. Configure:
apiKey/api_key— your portal-issued API keybaseURL/base_url— your deployment base, including path prefix (for examplehttps://api.example.com/v1)
Other languages with an OpenAI-compatible client can follow the same pattern: set Bearer auth and the same routes documented in API reference.