Tenant: 11111111-1111-1111-1111-111111111111Organization: org-runtime-smokeUser: smoke-userMode: Default
Open Accounts
Technical details
Role
platform_admin
Tenant ID
11111111-1111-1111-1111-111111111111
Organization ID
org-runtime-smoke
User ID
smoke-user
Claims Version
v1
Source
baseline

Prepared Prompts

Manage prompt inventory, version lifecycle, rollout state, and scope-safe access controls.

Scope source: env

Prompt Registry

Prompt inventory by prompt_id with owner scope and release status.

{
  "items": []
}

Version Lifecycle

Track version creation, update, and current active rollout state.

unavailable

Rollout State

Visibility of rollout promotion and release contract by organization/team scope.

unavailable

Access Controls

Scope-bound access control posture for tenant, org, and team workflows.

unavailable

Prepared Execution Contract

Prepared execution uses prompt_id plus variables. Mutations remain scope-safe and auditable.

  • List prompts: GET /v1/prompts
  • Retrieve prompt: GET /v1/prompts/{prompt_id}
  • Upsert prompt: PUT /v1/prompts/{prompt_id}
  • Rollout version: POST /v1/prompts/{prompt_id}/rollout
  • Prepared execute: POST /v1/prompts/execute

Example details route: /admin/prompts/example-welcome

Runtime Warnings

  • Error: GET /v1/prompts/rollouts?limit=25 failed: 404
  • Error: GET /v1/prompts/versions?limit=25 failed: 404
  • Error: GET /v1/prompts/access-controls?limit=25 failed: 404