You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(hosted-keys): add Hunter.io and People Data Labs hosted key support (#4742)
* fix(db): disable statement_timeout for migrations
* fix(ci): route migration workflow through guarded migrate.ts
* feat(hosted-keys): add Hunter.io and People Data Labs hosted key support
Copy file name to clipboardExpand all lines: apps/sim/.env.example
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,15 @@ API_ENCRYPTION_KEY=your_api_encryption_key # Use `openssl rand -hex 32` to gener
62
62
# COHERE_API_KEY= # Cohere API key for the Knowledge block reranker (rerank-v4.0-pro/-fast, rerank-v3.5). Alternatively set COHERE_API_KEY_1/2/3 for rotation.
63
63
# NEXT_PUBLIC_COHERE_CONFIGURED=true # Set when COHERE_API_KEY (or rotation keys) are pre-configured above. Hides the Cohere API Key field on the Knowledge block UI.
64
64
65
+
# Hosted tool API keys (Optional - lets Sim supply the key so users don't have to bring their own).
66
+
# Each provider reads `{PREFIX}_COUNT` then `{PREFIX}_1..N`, distributing requests round-robin across the keys.
67
+
# HUNTER_API_KEY_COUNT=2 # Number of Hunter.io keys for hosted Hunter blocks
68
+
# HUNTER_API_KEY_1= # Hunter.io API key #1
69
+
# HUNTER_API_KEY_2= # Hunter.io API key #2
70
+
# PEOPLEDATALABS_API_KEY_COUNT=2 # Number of People Data Labs keys for hosted PDL blocks
71
+
# PEOPLEDATALABS_API_KEY_1= # People Data Labs API key #1
72
+
# PEOPLEDATALABS_API_KEY_2= # People Data Labs API key #2
73
+
65
74
# Admin API (Optional - for self-hosted GitOps)
66
75
# ADMIN_API_KEY= # Use `openssl rand -hex 32` to generate. Enables admin API for workflow export/import.
0 commit comments