Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tembo.io/llms.txt

Use this file to discover all available pages before exploring further.

Features

  • Works out of the box in Tembo sandboxes (Infisical CLI is already installed)
  • Injects secrets at runtime without committing .env files
  • Supports optional env var overrides for project/environment/path/domain defaults

Installation

1

Open Sandbox settings

In Tembo, go to Settings -> Sandbox.
2

Add environment variable

Add INFISICAL_TOKEN to your sandbox environment variables and save.
3

Start a new session

Start a new Tembo session. That’s it.

Usage

In Tembo sandbox sessions, this will automatically work once INFISICAL_TOKEN is set. Run commands with infisical run --:
infisical run -- bun run --watch index.ts
infisical run -- next dev --turbopack --port 3000

Optional overrides

If you want to override defaults for infisical run, add these in Settings -> Sandbox:
  • INFISICAL_PROJECT_ID
  • INFISICAL_ENV
  • INFISICAL_SECRET_PATH
  • INFISICAL_API_URL
Explicit CLI flags still win over env-var defaults.