Get your API key
- Sign up at api.gravixlayer.ai.
- Open your project dashboard and create an API key.
- Copy the key and store it securely — it is shown once.
Set your API key
Prefer an environment variable so keys stay out of source control:GRAVIXLAYER_API_KEY is set, the SDK and CLI pick it up automatically. You can also pass the key explicitly:
Cloud and region
Runtime create needs a compute cloud and region. Put them on the client, not onruntime.create(). The SDK defaults to AWS / us-east-1.
us-east-1 is available today. Azure and GCP are coming soon.
API base URL
Authorization: Bearer <API_KEY> header. The SDK handles this automatically.
Next
Quickstart
Create a runtime and run your first code
Identity Providers
Inject credentials with Identity providers