Understand and configure workspaces, the foundation of your AI Builder applications
Basic Configuration
config.value
field is exposed as a config
variable inside your automations, making these settings accessible throughout your workspace.{{config.PROPERTY}}
syntax, as shown in the LOGIN_URL
example above.Using Secrets
prismeai_*
are reserved for super admins to configure system settings by workspace.Environment Variables
config.API_URL
for a workspace with the slug “test”. Workspace config takes precedence over environment variables.Configuration Schema
Activity View
Managing Secrets
/workspaces/:workspaceId/security/secrets
API.Using Secrets
prismeai_*
are reserved for super admins to configure system settings.Repository Configuration
Push and Pull Operations
Excluding Files from Import
Import Results
workspaces.imported
event is emitted with details:Add DNS Record
pages.prisme.ai
For root domains, use an ALIAS record instead of a CNAME.Configure Workspace
Activate Custom Domain
Basic Schema Form
Field Types
Advanced Schema Features
Form Validation
Complete Example