Skip to content

Agent Provisioning & Lifecycle

Guidelines for deploying, authenticating, and retiring customer AI agent instances.


stateDiagram-v2
[*] --> Provisioning: Generate Agent Identity & Scopes
Provisioning --> Active: Assign Scoped API Token
Active --> Active: Process Requests via api.salitech.de
Active --> Suspended: Rate limit anomaly or manual pause
Suspended --> Active: Resume / Token rotated
Active --> Retired: Revoke token & archive telemetry
Retired --> [*]

  1. Register Agent Profile: Define agent ID, tenant ID, and allowed tool capabilities in the Salitech Platform.
  2. Generate Scoped API Key: Issue unique key bound strictly to tenant boundaries.
  3. Configure Upstream Endpoint: Set agent configuration to https://api.salitech.de/v1.
  4. Health Check Verification: Execute synthetic handshake to verify telemetry and response formatting.