Configuration¶
Create a .env
file:
JENTIC_AGENT_API_KEY="your-agent-key" # scoped to allowed APIs/workflows
OPENAI_API_KEY="..."
ANTHROPIC_API_KEY="..."
GEMINI_API_KEY="..."
LLM_MODEL="claude-sonnet-4"
Notes
- Use one LLM provider key to start; switch by changing env or code.
- Agent API keys are scoped; create multiple agents for different apps.
- Provider credentials for downstream APIs live in the Jentic app under Credentials.