LogoLogo
  • 👋START HERE
    • Welcome!
  • â„šī¸General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • May 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
        • May 2024
        • April 2024
        • March 2024
        • February 2024
        • January 2024
        • 2023
        • 2022
        • 2021
        • Dialog Design Update
    • Glossary of Terms
    • Authentication Methods
      • SSO (Single Sign-On)
      • Built-In User Management
    • Acceptable Use Policy
  • âš™ī¸Rule-based Automation
    • Overview
      • Account Settings
        • Profile
        • Team
        • Roles and Permissions
          • User Management
          • Project Permissions
      • Basic Concepts
        • Project Management
        • Version Management
        • Multi-Lingual Bots
          • Supported Languages
        • Managing User Interactions
          • Unexpected User Input
          • No User Input
    • Dialog Interface
      • Blocks
        • Conversation Logic
          • Start Conversation
          • Global
          • State
          • Intermediate Response
          • To Previous State
          • End Conversation
        • Subdialog
          • Reusable Subdialogs
        • Phone
          • Continue Listening
          • Call Control
        • Technical Logic
          • Service
          • Condition
          • Storage
        • Other
          • Note
      • Speech Assets
        • Intents
          • Utterances
          • Descriptions
        • Slots
          • Custom Slots
            • List Slots
            • Machine Learning Slots
            • Regex Slots
            • LLM Slots
          • Prebuilt Slots
            • DTMF Slot
        • Text Snippets
        • Dictionary
      • Variables
        • Intents
        • Slots
        • Storage
        • Text Snippets
        • Environments
        • Platform
        • Context
      • Services
        • Service Integration Guide
        • Service Development
        • Service Branches and Error Handling
        • Public Services
          • Date and Birthdate Recognition
          • Spelling Post-Processing for Phone
          • IBAN Validation
          • License Plate Validation
          • Address Search
          • Street Names per Postal Code
          • Email Service
          • SMS Service
          • API Adapter
          • Salesforce-Flow Connector
          • Opening Hours
          • Speech-to-Text Hints
          • Fuzzy Match Names
          • Delay Service
      • Debugger
        • Phone 2
        • WhatsApp
        • Textchat 2
    • Environments Interface
      • Service Keys
    • Deployments Interface
      • Creating a Release
      • Editing a Release
    • Text-to-Speech
      • Azure
      • ElevenLabs
      • OpenAI via Azure (Preview)
      • SSML
        • Audio
        • Break
        • Emphasis
        • Prosody
        • Say-as
        • Substitute
        • Paragraph and Sentence
        • Voice
    • Autocomplete
    • Parloa APIs
      • CallData Service and API
      • Conversation History API
      • Textchat V2 API
    • Phone Integrations
      • Genesys Cloud
        • Setting up the SIP Trunk
        • Sending/Receiving UUI Data
        • Creating a Script to Display UUI
      • SIP
      • Tenios
        • Setting Up an Inbound Connection
        • Setting Up an Outbound Connection
        • Transferring a Call
      • Twilio
      • Public IPs and Port Information
    • AI Integration Overview
      • Dual Intent Recognizer (DIR)
      • Dual Tone Multifrequency (DTMF) Intent
    • Analytics and Debugging
      • Understanding Conversations and Transactions
      • Managing Caller ID Data
      • Hangup Events and Triggered Analytics
      • Analytics Transactions: Data Structure and Insights
      • Dialog Analytics
      • Audit Logs
      • Parloa-hosted Analytics
    • Data Privacy
      • Anonymizing Personally Identifiable Information
    • NLU Training
      • NLU Training Best Practices
    • How To
      • Create a Scalable and Maintainable Bot Architecture
      • Implement OnError Loop Handling
      • Resolve the 'Service Unavailable' Error
    • Reference
      • Parloa Keyboard Shortcuts
      • Frequently Asked Questions (FAQ)
      • JavaScript Cheat Sheet
        • Using Regular Expressions (Regex)
  • 🧠Knowledge Skill
    • Introduction
    • Knowledge Collections
    • Knowledge Sources
    • Knowledge Skill Setup
      • Step 1 – Create a Knowledge Skill Agent
      • Step 2 – Configure a Knowledge Skill Agent
      • Step 3 – Configure a Knowledge Skill Agent
Powered by GitBook
On this page
  • Understanding Environments
  • The Advantages of Environments
  • Introducing Environment Variables
  • Creating Environments Variables
  • Making an Environment Variable a Secret
  • Editing a Secret Environment Variable

Was this helpful?

Export as PDF
  1. Rule-based Automation

Environments Interface

Leveraging Environment Variables for Seamless Releases

PreviousTextchat 2NextService Keys

Last updated 1 year ago

Was this helpful?

Environments in Parloa provide a structured framework to manage and organize your development, testing, and production stages. They serve as containers that hold a set of parameters, configurations, and environment variables that define the behavior of your releases.

Understanding Environments

An environment is essentially a context within which your bot operates. You might have different environments for development, staging, and production, each with its own settings that dictate how the bot behaves and interacts with other services.

The Advantages of Environments

  • Facilitate simultaneous development on multiple releases.

  • Maintain separate configurations without the need to adjust code or settings within the bot's logic.

  • Enable quick switches between different stages of your deployment process.

Introducing Environment Variables

Within these environments, environment are employed. These variables are a specialized subset designed to maintain consistency across your project’s various environments. They allow the use of uniform variable names while assigning specific values according to each environment's context—be it Staging, Production, or any custom environment you create. These variables are pivotal in managing configuration values such as URLs, API versions, and authentication tokens.

Creating Environments Variables

To create an environment:

  1. Navigate to Environments –> click on Add New Environment.

  2. Provide a name for your environment in the Enter an Environment Name field:

    Warning: Variable names cannot be changed. Name your variable carefully to ensure clarity and consistency across your project's lifecycle.

  3. Click Create, then enter the environments variables and their corresponding values.

Making an Environment Variable a Secret

We recommend marking any sensitive value as a Secret for enhanced security.

To convert an environment variable into a secret:

  1. Check the Secret checkbox next to the relevant value.

  2. A confirmation pop-up will appear to verify that you want to mask the value. Click the Mark as Secret button.

Once marked as a secret, a variable's confidentiality setting is permanent across all environments. If you accidentally set a value as Secret, you must delete the value and recreate it. Marking a value as Secret is irreversible.

Editing a Secret Environment Variable

To edit theSecret value of an environment variable:

  1. Click on the edit icon next to the value:

  2. You can view the characters of the value by clicking on the eye icon.

  3. Edit the value as needed, and click Save to update the value.

âš™ī¸
variables