Skip to main content
1

Get an API Key

See Credentials & Authentication to request a Pilot API key.
2

Set Your API Key

Store your API key in an environment variable.
If you are using an .env file, add:
3

Initialize the Client

Create a client instance and pass your API key and environment.
Notes:
  • The SDK automatically sends the x-api-key header on every request
  • All requests are scoped to your organization
4

Make Your First API Call

Call an endpoint from the SDK client.

Next Steps