1. Packages
  2. Packages
  3. Thoth
  4. Installation & Configuration
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

Thoth: Installation & Configuration

thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Installation & Configuration

    Published SDKs

    This package currently supports Node.js, Python, and .NET SDKs.

    Install

    Node.js

    npm install @pulumi/pulumi @atensec/pulumi-thoth
    

    Python

    pip install pulumi pulumi-thoth
    

    .NET

    dotnet add package AtenSecurity.Pulumi.Thoth
    

    Install provider plugin

    Pulumi installs plugins automatically during pulumi up, but you can install the provider plugin manually:

    pulumi plugin install resource thoth 0.1.15 --server github://api.github.com/atensecurity/pulumi-thoth
    

    Configure provider credentials

    Set provider configuration with pulumi config:

    pulumi config set thoth:tenantId <tenant-id>
    pulumi config set --secret thoth:orgApiKey <org-api-key>
    

    Alternative auth inputs are also supported:

    • thoth:orgApiKeyFile
    • thoth:adminBearerToken
    • thoth:adminBearerTokenFile

    Optional endpoint controls:

    • thoth:apexDomain (defaults to atensecurity.com)
    • thoth:apiBaseUrl (explicit GovAPI URL override)

    Environment variable fallbacks:

    • THOTH_TENANT_ID
    • THOTH_API_KEY
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial