Skip to main content
Set up your application to interact with an LLM.
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
Never commit your .env file to version control. It is a good idea to add your .env to your .gitignore file to prevent it from being committed.
2

Use the gateway

Install the OpenAI SDK in your project.
Create a client using an OpenAI’s SDK and use it.