.env.exampleā¢912 B
# CATS API Configuration
# Base URL for the CATS applicant tracking system API v3
CATS_API_BASE_URL=https://api.catsone.com/v3
# API key for authenticating with CATS API
# Get this from your CATS account Administration settings
CATS_API_KEY=your_cats_api_key_here
# Optional: Toolsets Configuration
# Comma-separated list of toolsets to load (default: candidates,jobs,pipelines,context,tasks)
# Use "all" to load all 162 tools, or specify specific toolsets
# CATS_TOOLSETS=candidates,jobs,pipelines,context,tasks
# Optional: Transport Configuration
# Transport mode: stdio (default) or http
# CATS_TRANSPORT=stdio
# HTTP server host (only used when CATS_TRANSPORT=http, default: 0.0.0.0)
# CATS_HOST=0.0.0.0
# HTTP server port (only used when CATS_TRANSPORT=http, default: 8000)
# CATS_PORT=8000
# Optional: Logging Configuration
# Log level: DEBUG, INFO (default), WARNING, ERROR, CRITICAL
LOG_LEVEL=INFO