forked from got-agents/agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotenv.example
More file actions
53 lines (40 loc) · 1.21 KB
/
Copy pathdotenv.example
File metadata and controls
53 lines (40 loc) · 1.21 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
49
50
51
52
53
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
# local
# HUMANLAYER_API_BASE=http://host.docker.internal:8080/humanlayer/v1
# DEPLOYBOT_HUMANLAYER_API_KEY=
# devcloud
# HUMANLAYER_API_BASE=https://api.dev.humanlayer.dev/humanlayer/v1
# DEPLOYBOT_HUMANLAYER_API_KEY=
# prod
HUMANLAYER_API_BASE=https://api.humanlayer.dev/humanlayer/v1
DEPLOYBOT_HUMANLAYER_API_KEY=
LINEAR_ASSISTANT_HUMANLAYER_API_KEY=
# can skip these in local dev, webhook verification is disabled
DEPLOYBOT_WEBHOOK_SIGNING_SECRET=
LINEAR_ASSISTANT_WEBHOOK_SIGNING_SECRET=
# optional, for baml observability
BOUNDARY_PROJECT_ID=
BOUNDARY_SECRET=
# to use with a whitelabeled slack app, you need to
# navigate to /orgSlug/projectSlug/integrations/byo-slack
# and set an app ID and signing secret
# navigate to localhost:8001/ and follow the URL to connect slack
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_REDIRECT_URI=https://your-ngrok-url/slack/oauth/callback
# linear
LINEAR_API_KEY=
LOOPS_API_KEY=
# DeployBot
GITHUB_TOKEN=
GITHUB_OWNER=metalytics-dev
GITHUB_REPO=metalytics
# unused for now
# GITHUB_WEBHOOK_SECRET=changeme
# i recommend this for local
DEBUG_CONTACT_HUMAN_ON_NOTHING_TO_DO=true
# get a token
VERCEL_BEARER_TOKEN=
VERCEL_PROJECT_ID=
VERCEL_TEAM_ID=