Roles and governance
Developer role
Developers control system and execution prompts, connectors, model settings, schemas, retries, timeouts, deployment, and protected mutations.
Business role
Business experts control business prompts, examples, and domain instructions within developer-defined constraints.
Enforcement
- Unknown roles normalize to
business. - Connector credentials are never exposed to business users.
- Version snapshots are immutable.
- Inputs and outputs can be schema validated.
- Runs and changes remain inspectable through the application and APIs.
Send X-Orchetree-Role: developer or X-Orchetree-Role: business when using
the API directly.