-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (39 loc) · 2.92 KB
/
Copy path.env.example
File metadata and controls
48 lines (39 loc) · 2.92 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
36
37
38
39
40
41
42
43
44
45
46
47
48
# ── Agent CLI ───────────────────────────────────────────────────────────────
# Which AI agent CLI runs scheduled dashboard prompts (set by installer's selector).
# claude — Claude Code CLI (https://docs.anthropic.com/en/docs/claude-code)
# cursor — Cursor Agent CLI (https://cursor.com/cli)
# pi — Pi Agent (https://pi.dev) **[in progress]** — see harness/pi-agent/README.md
AGENT_CLI=claude
# Required for Claude Code in automation mode (subscription cannot be used for scheduled tasks)
# ANTHROPIC_API_KEY=sk-ant-...
# Required only if experimenting with Pi + AGENT_CLI=pi (support in progress)
# PI_API_KEY=sk-...
# Cursor CLI uses your Cursor account — no API key needed here.
# ── GitHub ────────────────────────────────────────────────────────────────────
# Personal Access Token with `repo` (read) + `read:org` scopes
GITHUB_TOKEN=your_github_pat
GITHUB_ORG=your-org-slug # e.g. my-company
GITHUB_TEAM=your-team-slug # e.g. platform-engineering
# ── Datadog ───────────────────────────────────────────────────────────────────
DD_API_KEY=your_datadog_api_key
DD_APP_KEY=your_datadog_app_key
# DD_SITE=https://api.datadoghq.com # default US1; change for EU / US3 / etc.
# Comma-separated team slugs — filters both the dashboard URL and metric queries
# Single: team-a
# Multiple: team-a,team-b
DATADOG_TEAMS=your-team-slug
# ── Email (Gmail SMTP) ────────────────────────────────────────────────────────
# 1. Enable 2-Step Verification on your Google account
# 2. Create an App Password at https://myaccount.google.com/apppasswords
# SMTP_HOST and SMTP_PORT default to smtp.gmail.com:587 — omit to use defaults
SMTP_USER=you@gmail.com
SMTP_PASSWORD=xxxx xxxx xxxx xxxx # 16-char App Password (spaces are fine)
SMTP_FROM=you@gmail.com
SMTP_TO=recipient@example.com
# ── Todoist (work tasks, personal tasks, reading queue) ───────────────────────
# Get your token: Todoist → Settings → Integrations → Developer → API token
TODOIST_API_TOKEN=your_todoist_api_token
# ── Stakeholder Pulse (optional) ─────────────────────────────────────────────
# Comma-separated full names or emails; empty/unset skips Step 2F and the HTML section
# Slack data today: Glean MCP in Cursor. Read-only Slack token: not implemented yet.
STAKEHOLDERS=Jane Doe,john.smith@xyz.com.au