Back to course

Handling Sensitive Data & Env Secrets

Agentic AI Engineering (Build, don't just prompt)

Security First

Agents often need access to high-privilege keys. We'll cover secrets management.

  • Using .env for local development.
  • Using Docker Secrets for deployment.
  • Pydantic-Settings for structured configuration.