-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.env.example
More file actions
37 lines (33 loc) · 1.75 KB
/
Copy pathsecrets.env.example
File metadata and controls
37 lines (33 loc) · 1.75 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
# Autonomous Dev Agent — Secrets template
#
# 1. Copy to secrets.env (gitignored): cp secrets.env.example secrets.env
# 2. Fill in the values below.
# 3. Or just run: bin/init.sh — the interactive wizard writes this file for you.
#
# Keep this file OUT of git. `.gitignore` already excludes it.
# -----------------------------------------------------------------------------
# Atlassian Jira (required)
# -----------------------------------------------------------------------------
# Create an API token at: https://id.atlassian.com/manage-profile/security/api-tokens
ATLASSIAN_EMAIL=
ATLASSIAN_API_TOKEN=
# -----------------------------------------------------------------------------
# Telegram bot (required)
# -----------------------------------------------------------------------------
# Chat with @BotFather to create a bot → save the token below.
# Then message your bot once, visit
# https://api.telegram.org/bot<TOKEN>/getUpdates
# and copy the numeric "chat":{"id":...} value into TELEGRAM_CHAT_ID.
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# -----------------------------------------------------------------------------
# Tempo Cloud (optional — enables worklog suggestions)
# -----------------------------------------------------------------------------
# Create an API integration at: https://<your-site>.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-app#!/configuration/api-integration
TEMPO_API_TOKEN=
# -----------------------------------------------------------------------------
# Slack (optional — needed only for DM-to-approver feature)
# -----------------------------------------------------------------------------
# If unset, the agent falls back to macOS notifications and uses Cursor IDE's
# own Slack token for DM-sending.
SLACK_BOT_TOKEN=