← Back to Docs

Teams

Collaborate with your team on tunnel infrastructure. Shared configs, integrations, inspector rules, secrets, custom domains, and more.

On this page

Getting Started

Creating a Team

Teams require a Team or Business tier subscription. Navigate to the Teams page in the portal and click "Create Team."

Roles

Role Permissions
Owner Full access. Manage members, billing, settings, configs, domains, secrets, rules, and integrations.
Admin Manage configs, domains, secrets, rules, integrations. Invite and remove members.
Member View team resources. Use shared configs, subdomains, domains, and secrets. Run tunnels.

Inviting Members

Owners and admins can invite members by email. The invitee receives an email with an accept link. Once accepted, they appear in the Members tab with access to all team resources.

Team Dashboard

The team dashboard is organized into tabs:

Shared Tunnel Configs

Save common tunnel setups so any team member can launch them. Configs store the subdomain, protocol, target host/port, and multi-port settings.

Example: Save a config named "Staging API" with subdomain staging-api, protocol http, target localhost:8080. Any team member can copy the command and run it.

Owners and admins can create, edit, and delete configs. All members can view and copy commands.

Team Subdomains

Reserve subdomains for the team. When a subdomain is reserved, team members can use it for their tunnels without conflicts. This ensures consistent URLs across the team.

Example: Reserve staging so your team always uses staging.stunl.io for the staging environment.

Team Custom Domains

Add your own domains to the team. Unlike user-scoped domains, team domains survive member turnover — if the person who added the domain leaves, the domain stays with the team.

Adding a Domain

  1. Go to the team Overview tab and find the "Team Domains" section
  2. Enter your domain (e.g., api.example.com)
  3. Optionally check "Wildcard" to allow all subdomains (e.g., *.example.com)
  4. Click "Add"

Verification

Verify domain ownership using one of two methods:

Method Record Type Details
TXT Record TXT Add a TXT record for _stunl-verify.yourdomain.com with the provided verification token
CNAME Record CNAME Point your domain to stunl.io

After adding the DNS record, click "Verify" to check. DNS propagation can take up to 48 hours, but usually completes within minutes.

Team Inspector Rules

Share mock responses, chaos rules, and breakpoints across the team. When one member creates a rule, it applies to all team tunnels.

Rule Types

Team Secrets

Store API keys, tokens, and credentials securely. All secrets are encrypted with AES-256-GCM at rest.

Secret Types

Owners and admins can create, update, and delete secrets. Members can view secret keys (values are masked until revealed).

Team Integrations

Connect your team to Slack, Discord, or any webhook endpoint. Get real-time notifications for team events.

Integration Types

Type Setup
Slack Create an Incoming Webhook in your Slack workspace and paste the URL
Discord Create a Webhook in your Discord channel settings and paste the URL
Webhook Any HTTP endpoint. Events are sent as JSON POST with optional HMAC signature verification

Available Events

member_invited
member_joined
member_removed
team_updated
config_created
config_updated
config_deleted
rule_created
rule_deleted
subdomain_reserved
subdomain_released
secret_created
secret_updated
secret_deleted
domain_added
domain_removed

Activity Feed

Every team action is logged in the activity feed. See who opened a tunnel, invited a member, changed a config, added a domain, or created a secret — all with timestamps.

The Overview tab shows the 5 most recent events. Switch to the Activity tab for the full feed with pagination.

Bandwidth Pooling

Team members share a bandwidth pool instead of individual limits. Team tier gets 100 GB/month shared across all members. Business tier gets unlimited bandwidth.

Track usage in the Usage tab. The Overview tab shows a quick bandwidth summary.

Ready to collaborate?

Create a team and invite your teammates in under a minute.

Get Started