-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (29 loc) · 1 KB
/
.env.example
File metadata and controls
32 lines (29 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ─── 10x.in Account (REQUIRED) ───
# Sign up at https://10x.in if you don't have an account
# Get your PAT from your 10x.in profile settings
USER_PAT=
# Your handle on the platform (your subdomain: {handle}.10x.in)
# This also determines your MCP server URL: https://api.10x.in/mcp/{handle}/mcp
LINK_PLATFORM_HANDLE=
# Your 10x.in email (shown in statusline — set by /setup)
USER_EMAIL=
# ─── AI Provider (Bring Your Own Key — at least ONE required) ───
# The /setup command will guide you through this.
#
# Option 1: OpenAnalyst (Recommended — Anthropic-compatible)
ANTHROPIC_BASE_URL=https://api.openanalyst.com/api
ANTHROPIC_AUTH_TOKEN=
ANTHROPIC_DEFAULT_SONNET_MODEL=openanalyst-beta
#
# Option 2: OpenRouter (multi-model, get key from https://openrouter.ai/keys)
OPENROUTER_API_KEY=
#
# Option 3: OpenAI
OPENAI_API_KEY=
#
# Option 4: Anthropic Direct
# ANTHROPIC_API_KEY=
#
# Active provider & model (auto-set by /setup)
DEFAULT_AI_PROVIDER=anthropic
DEFAULT_AI_MODEL=openanalyst-beta