# System Initiative API Configuration
# Copy this file to .env and fill in your actual values
# Your System Initiative API Token (required for testing)
SI_API_TOKEN="your_api_token_here"
# System Initiative API Base URL (defaults to https://api.systeminit.com if not set)
SI_BASE_URL=https://api.systeminit.com
# Your System Initiative Workspace ID (optional - will be extracted from token if not provided)
SI_WORKSPACE_ID=your_workspace_id_here