1
Set up your account
Vist your ATXP account dashboard and copy your account connection string into an environment variable. The best way to do this is to create a
.env file in the root of your project and add the following line:.env
2
Use the gateway
- JS OpenAI SDK
- JS Vercel SDK
- Python OpenAI SDK
- HTTP
Install the OpenAI SDK in your project.Create a client using an OpenAI’s SDK and use it.