Skip to main content
Version: 0.9.12

Team overview

platform v0.9.11verified 2026-05-14

Path: /settingsTeam tab

The Team tab surfaces the team's identity, the base numbers assigned to it, AWS Secrets Manager configuration for secret storage, and call recording configuration. Secrets Manager is the foundation for SECRET-type variables.

Team info

FieldEditableDescription
Team NameNoSet by a superadmin. Read-only here.

Base numbers

Lists base numbers assigned to your team by a superadmin. Per row:

FieldEditableDescription
NumberNoThe phone number.
DescriptionNoSet by superadmin.
Header Manipulation ConfigsADMINTeam-specific configs (multi-select). Default platform configs are applied separately.

AWS Secrets Manager

FieldRequiredDescription
AWS RegionYesRegion where secrets live. Default eu-central-1.
Secrets Manager KeyYesPath/key for your team's secrets (e.g. delphi/teams/<team>/variables).
AWS Assume Role ARNNoCross-account setups only. arn:aws:iam::<ACCOUNT_ID>:role/<ROLE_NAME>. Empty if same account.
AWS Account IDAutoExtracted from Role ARN.
Complete ARNAutoFull Secrets Manager ARN with copy button.

Same-account vs cross-account

  • Same-account — Delphi shares your AWS account. Only region + key required.
  • Cross-account — Delphi assumes a role into your account. Each team's secrets isolated; CloudTrail audit on your side; you can revoke at any time.

For the IAM role setup, see AWS security setup.

Call recording

FieldRequiredDescription
Recording S3 BucketNoBucket for recordings. Required if recording is used.
Recording AWS RegionNoDefault eu-central-1.
Recording IAM Role ARNNoCross-account setups only.

Recording must also be enabled per-app. When configured, the platform installs an S3 lifecycle rule expiring recordings under recordings/ after 180 days.

Workflows

Configure Secrets Manager

  1. Cross-account: finish the AWS security setup.
  2. Set Region + Secrets Manager Key.
  3. Set the Assume Role ARN (cross-account only).
  4. Save and verify the Complete ARN.
  5. You can now create SECRET variables.

Configure call recording

  1. Enter the S3 bucket name (+ region if not the default).
  2. Set the Recording IAM Role ARN (cross-account only).
  3. Save.
  4. Enable recording on each app that should produce recordings.

See also