Open app.slng.ai and sign in, or create an account if you
do not have one. Once signed in, open the
Projects page.To build in the dashboard, go straight to
Create an agent.For API access, create a key below. If you already have one, skip to
Store and use your key.
Save the key in a password manager or your application’s secret store. Keep it
out of source control and browser code.Set SLNG_API_KEY in the terminal where you will run API requests. Replace
slng_... with your key:
export SLNG_API_KEY="slng_..."
The variable lasts for the current terminal session. API requests send the key
as a bearer token:
Authorization: Bearer $SLNG_API_KEY
For integrations, use the configuration field or environment variable named in
the integration guide.