Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oleander.dev/llms.txt

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

Overview

The CLI and SDKs read OLEANDER_API_KEY (or flags) for authentication. Set it in your shell profile or .env for local development:
export OLEANDER_API_KEY="your-key-here"
For CI/CD, inject the key from your platform’s secret store — never check it into git. See API Keys to issue and rotate keys.