Settings
Configure your Forka environment.
API Keys
API keys are configured via environment variables. Set them in your .env file or shell environment:
# Required
GITHUB_TOKEN=ghp_...
ANTHROPIC_API_KEY=sk-ant-...
# Optional
DATA_DIR=~/.forka
API keys are never stored in the browser. They are read server-side from environment variables for security.
Mode
Test Mode
When enabled, jobs will simulate execution without making real API calls.
Data Management
Export downloads a JSON backup of all repos, instructions, jobs, and templates. Clear removes all data permanently.