Prisma · Arazzo Workflow
Prisma Data Platform Bootstrap a Project Environment
Version 1.0.0
Create a project, add an environment, and mint an API key for it in the Data Platform.
Provider
Workflows
bootstrap-project-environment
Create a project, an environment, and an API key in the Data Platform.
Resolves a workspace, creates a project, adds an environment with a connection string, and mints an API key for the environment.
1
resolveWorkspace
listWorkspaces
List the workspaces available to the token so the first one can be used as a fallback when no workspaceId input is supplied.
2
createProject
createProject
Create a project inside the resolved workspace.
3
createEnvironment
createEnvironment
Add an environment to the project with its own database connection string.
4
createApiKey
createApiKey
Mint an API key for the new environment. The full key value is only returned once during creation and is captured here.