View Playground Profiles

Add New Playground Profile

+ Add Profile
button.
You’ll be asked to fill in the following details:
- Profile Name A label for the environment—e.g., “Staging”, “Prod”, “Sandbox”.
-
App Base URL
The URL of your product environment where the Copilot will load (e.g.,
https://staging.myapp.com
). -
API Base URL
The base domain for your API endpoints in this environment (e.g.,
https://api.staging.myapp.com
).Note - The structure of your APIs stays the same across environments—only the base URL changes. This allows the same Actions to run across different profiles. - Login Email The email address of the test/demo account that the agent will use to log in (if authentication is required).
- Organization ID The unique ID or workspace identifier needed for the agent to load the correct account context.
- Security Headers Any authentication headers required for secure access to your APIs in this environment (e.g., Bearer token, API key).