Skip to main content

Documentation Index

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

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

Integrating Pioneer with Opus 4.8

Point your Claude Code at Pioneer’s inference endpoint and switch between models using each agent’s native /model command.

Claude Code

  1. Download and set up Claude Code.
  2. Navigate to a fresh terminal and point Claude Code to Pioneer by changing the following environmental variables:
export ANTHROPIC_AUTH_TOKEN="<Your Pioneer API key>"
export ANTHROPIC_BASE_URL="https://api.pioneer.ai/"