Team Accounts & Collaboration
Collaborate on AI image generation with your team. Invite members, assign roles, share credits, and generate API keys for programmatic access.
Team Sizes by Plan
Every paid plan includes team collaboration features. The number of team members varies by plan:
| Plan | Team Members | Image Credits | API Keys |
|---|---|---|---|
| Free | 1 (owner only) | 15/month | - |
| Basic ($9.99/mo) | 3 members | 100/month | Unlimited |
| Standard ($29.99/mo) | 5 members | 250/month | Unlimited |
| Pro ($99.99/mo) | 10 members | 1200/month | Unlimited |
| Enterprise | Unlimited | 10,000+/month | Unlimited |
Role-Based Access
Team accounts support two roles with different permissions:
Owner
Full control over the account. Can manage billing, team members, and all settings.
- Manage billing and subscription
- Invite and remove team members
- Create and revoke API keys
- Access all projects and images
- Generate and edit images
- View usage analytics
Member
Content creation focused. Can generate images and work on projects.
- Generate and edit images
- Access all projects
- View their own usage
- Use existing API keys
- Cannot manage billing
- Cannot invite/remove members
- Cannot create/revoke API keys
How to Invite Team Members
Go to Account
Navigate to Account > Team in your Inliner dashboard
Send Invite
Enter the team member's email and select their role (Owner or Member)
Accept Invitation
They receive an email with a link to join your team
Start Collaborating
Once accepted, they can immediately access all projects
API Keys
Generate secure API keys for programmatic access to your account. API keys work with the CLI tool and MCP server.
Secure Format
Keys use a secure format with inl_ prefix for easy identification
One-Time Display
Full key is shown only once at creation. We store only the hash.
Optional Expiry
Set an expiration date for temporary access or leave unlimited
Instant Revoke
Revoke any key immediately if compromised or no longer needed
API Key Format
inl_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0
Using API Keys
Pass your API key via environment variable or command-line argument:
# Environment variable (recommended)
export INLINER_API_KEY=inl_your-key-here
# CLI usage
inliner-ai generate "hero image" -p mysite
# MCP server
claude mcp add inliner -- npx @inliner/mcp-server
Use Cases
Marketing Agencies
Give designers and content creators access to generate images for client projects
Development Teams
Let developers and designers collaborate on product visuals and UI assets
Educational Teams
Teachers and students can share credits for coursework and projects
Startups
Small teams can share a Pro plan and use shared credits efficiently
Frequently Asked Questions
What happens when a member leaves?
When you remove a team member, they immediately lose access to the account. All images they generated remain in the account and continue to work.
Can members see each other's usage?
Members can only see their own usage. Owners can see total account usage but not per-member breakdowns.
What if I need more team members?
Upgrade to a higher plan for more team member slots. Enterprise plans have unlimited team members.
Do API keys work for all team members?
Yes, any valid API key works for the entire account. The key uses the account's shared credit pool regardless of who created it.