forked from tonyoconnell/agent-launch-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 1.8 KB
/
.env.example
File metadata and controls
35 lines (28 loc) · 1.8 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
33
34
35
# AgentLaunch Toolkit — Environment Configuration
# Copy this file: cp .env.example .env
# ─── Required ──────────────────────────────────────────────
# Your Agentverse API key (get one at https://agentverse.ai/profile/api-keys)
AGENTVERSE_API_KEY=
# ─── Chain ID ─────────────────────────────────────────────
# 97 = BSC Testnet (default), 56 = BSC Mainnet
CHAIN_ID=97
# ─── On-Chain Trading (optional) ─────────────────────────
# Private key for direct on-chain buy/sell execution.
# Required for: agentlaunch buy/sell, MCP tools buy_tokens/sell_tokens
# Without this, you can still use --dry-run for trade previews.
# WALLET_PRIVATE_KEY=
# ─── ASI1 LLM (optional) ─────────────────────────────────
# API key for ASI1-mini LLM (used by agent conversation memory)
# Get one at https://asi1.ai
# ASI1_API_KEY=
# ─── Telegram Bot (optional) ─────────────────────────────
# For agents that post to Telegram
# TELEGRAM_BOT_TOKEN=
# ─── Environment (optional) ───────────────────────────────
# "production" (default) → agent-launch.ai
# "dev" → dev Cloud Run URLs
# AGENT_LAUNCH_ENV=production
# ─── URL Overrides (optional) ─────────────────────────────
# Production (default - no need to set):
# AGENT_LAUNCH_API_URL=https://agent-launch.ai/api
# AGENT_LAUNCH_FRONTEND_URL=https://agent-launch.ai