Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gravixlayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Get Your API Key

Sign up at api.gravixlayer.ai and generate an API key from your dashboard.

Set Your API Key

export GRAVIXLAYER_API_KEY="your-api-key"
When GRAVIXLAYER_API_KEY is set, the SDK picks it up automatically — no need to pass it in code.
from gravixlayer import GravixLayer

# Reads GRAVIXLAYER_API_KEY from environment
client = GravixLayer()

API Base URL

https://api.gravixlayer.ai
All requests require the Authorization: Bearer <API_KEY> header. The SDK handles this automatically.