Skip to main content
Teams enable collaboration by allowing multiple users to share resources, billing, and access to Delino services. This guide covers creating teams.

Prerequisites

Before creating a team, ensure you have:
Teams require a payment method at creationTeams: Your payment methodHow to set up: Visit billing settings and configure payment method
Think of a unique team slug (URL identifier)Requirements:
  • 4-20 characters
  • Lowercase letters only
  • Hyphens and numbers allowed
  • Globally unique across all Delino teams
Examples: engineering, data-team, team-42

Creating a Team

Teams are created by individual users for their projects:
1

Navigate to Teams

Click “Teams” in the sidebar or go to /teams
2

Click New Team

Click the “New Team” button in the top-right corner
3

Enter Team Details

Fill in the team creation form:
name
string
required
Team NameDisplay name for your teamExample: Engineering Team
Can be changed later in team settings
slug
string
required
Team SlugURL-friendly identifier (4-20 characters)Requirements:
  • Lowercase only
  • Letters, numbers, hyphens
  • Must be globally unique
Example: engineering
Cannot be changed after creation
4

Configure Billing

Subscription: Team Pro ($10/month)Payment Method: Your configured payment methodWhat’s Included:
  • $10 worth of credits per month (10,000,000 credits)
  • Access to all Pro features
  • Team collaboration tools
  • Separate usage tracking
No free trial for teams (trial only for personal accounts)
5

Review and Create

Review your team details:
  • Team name
  • Team slug
  • Subscription: $10/month
  • Payment method
Click “Create Team” to proceed
6

Payment Checkout

You’ll be redirected to payment checkout:What happens:
  • Team Pro subscription ($10/month)
  • Immediate payment required (no trial)
  • Payment method verified
  • Subscription activated
Click “Subscribe” to complete
7

Team Created

You’re redirected back to Delino:Automatically configured:
  • Team created with your chosen slug
  • You’re added as Owner
  • Billing account created
  • Pro subscription active
  • Ready to invite members
Next steps:
  • Invite team members
  • Create team API keys
  • Start using team services

Team Slug Guidelines

The team slug is a critical identifier that appears in URLs:

Requirements

Length
string
4-20 characters✅ Valid: team, engineering, data-science-2024❌ Invalid: ai (too short), this-is-a-very-long-team-name-123 (too long)
Format
string
Lowercase letters, numbers, hyphens✅ Valid: engineering, team-42, data-sci❌ Invalid: Engineering (uppercase), team_42 (underscore), team.42 (period)
Uniqueness
string
Globally unique across all Delino teamsIf slug is taken, try:
  • Adding numbers: engineering-2, engineering-2024
  • Adding organization: acme-engineering
  • Using abbreviations: eng-team, data-sci

Best Practices

Be Descriptive

Use names that clearly identify the team’s purposeGood: frontend-team, data-science Bad: team1, abc

Keep It Short

Shorter slugs are easier to remember and typeGood: eng, data Bad: engineering-department-team

Avoid Dates

Don’t include years or dates that become outdatedGood: marketing Bad: marketing-2024

Consider Growth

Choose names that scale with your organizationGood: engineering, sales Bad: johns-team, temp-project

Common Slug Patterns

Department-based naming:
  • engineering
  • marketing
  • sales
  • finance
  • hr

What Happens After Creation

Once your team is created:

1. Team Structure

Team: engineering
├── Members
│   └── You (Owner)
├── Billing Account
│   ├── Type: team
│   ├── Tier: Pro ($10/month)
│   └── Credits: 10,000,000/month
├── API Keys
│   └── (None - create as needed)
└── Resources
    └── (None - add as needed)

2. Immediate Actions

Invite Members

Add team members and assign rolesNavigate to /teams/[slug]/members

Create API Keys

Generate API keys for team servicesNavigate to /teams/[slug]/api-keys

Configure Settings

Update team name and preferencesNavigate to /teams/[slug]/settings

Monitor Usage

Track team resource consumptionNavigate to /teams/[slug]/billing

3. Team URLs

Your team is accessible at:
Dashboard: /teams/[slug]
Members: /teams/[slug]/members
API Keys: /teams/[slug]/api-keys
Billing: /teams/[slug]/billing
Settings: /teams/[slug]/settings
Example (slug: engineering):
/teams/engineering
/teams/engineering/members
/teams/engineering/api-keys
/teams/engineering/billing
/teams/engineering/settings

Billing for Teams

Teams

Subscription
string
Team Pro: $10/month
Trial
string
None (trials only for personal accounts)
Included Credits
number
10,000,000 credits ($10 worth)
Payment
string
Your payment method
Usage Charges
string
Pay-as-you-go for usage beyond included credits

Troubleshooting

Slug Already Taken

If your desired slug is unavailable:
  1. Try variations:
    • Add numbers: engineering-2
    • Add organization: acme-engineering
    • Use abbreviations: eng-team
  2. Check availability: The form will show if slug is taken
  3. Choose unique identifier: Make it specific to your use case

Payment Required Error

If you get a payment error:
  1. Configure payment method: Set up payment in billing settings
  2. Check payment status: Ensure payment method is valid
  3. Contact support: If problem persists

Billing Declined

If team creation fails due to billing:
  1. Verify payment method: Check card details
  2. Check balance: Ensure sufficient funds
  3. Try different card: Use alternative payment method
  4. Contact bank: Payment may be blocked
  5. Reach support: Contact Delino support

Team Limits

Members per Team
number
UnlimitedNo hard limit on team size
API Keys per Team
number
UnlimitedCreate as many API keys as needed

Next Steps