Skip to main content

Documentation Index

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

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

Credentials

1. Create a Personal Access Token

  1. Go to https://github.com/settings/tokens
  2. Generate new token (classic) or Fine-grained token
  3. For classic tokens, select scopes:
    • repo (read access to repositories)
  4. For fine-grained tokens:
    • Repository access: select the repos you need
    • Permissions: Contents -> Read-only
  5. Copy the token

2. Set Environment Variables

# .env.development
GITHUB_TOKEN=ghp_xxxx...
For Python configuration, see the Python GitHub Setup guide.