provider-configuration
Installation
SKILL.md
Provider Configuration
This skill helps you configure LLM providers for Letta, supporting both:
- Self-hosted setup - Environment variables for Docker/local deployments
- BYOK via API - Programmatic provider management for Cloud and self-hosted
Quick Start
Add Provider via API
python scripts/setup_provider.py --type openai --api-key sk-...
Generate .env File for Docker
python scripts/generate_env.py --providers openai,anthropic,ollama