# Team Settings

## Team Settings

Manage your Cuppa team — API keys, members, integrations, and billing. This is your command center for all account configuration.

***

### Accessing Team Settings

1. Click your **Team Name** in the sidebar
2. Select **Team Settings**
3. Or go directly to [app.cuppa.ai/team/settings](https://app.cuppa.ai/team/settings)

***

### Settings Sections

#### API Keys

Connect your AI provider keys:

| API            | Purpose                               | Required |
| -------------- | ------------------------------------- | -------- |
| **OpenAI**     | Content generation, internal features | ✅ Yes    |
| **Anthropic**  | Claude models                         | Optional |
| **Perplexity** | Auto-research (Power+)                | Optional |
| **Replicate**  | AI images                             | Optional |
| **Grok**       | xAI models                            | Optional |
| **DeepSeek**   | Alternative models                    | Optional |

**To add a key:**

1. Go to **Team Settings** → **API Keys**
2. Find the provider section
3. Paste your key
4. Click **Save**

**Multiple keys (Business+):** On Business plans and higher, you can add multiple OpenAI/Anthropic keys for faster bulk generation.

***

#### Team Members

**Available on: Business, Agency, Agency+**

Invite your team to collaborate:

| Plan     | Team Seats   |
| -------- | ------------ |
| Hobby    | 1 (just you) |
| Power    | 1 (just you) |
| Business | Up to 3      |
| Agency   | Up to 10     |
| Agency+  | Up to 30     |

**To invite members:**

1. Go to **Team Settings** → **Members**
2. Click **Invite Member**
3. Enter their email
4. Select their role (Member or Admin)
5. Click **Send Invite**

**Roles:**

* **Admin** — Full access, can manage team settings
* **Member** — Can create and edit content, limited settings access

***

#### Integrations

Connect your CMS and tools:

| Integration           | Type         | Plan Required |
| --------------------- | ------------ | ------------- |
| WordPress             | CMS          | All           |
| Ghost                 | CMS          | All           |
| Webflow               | CMS          | All           |
| Sanity                | Headless CMS | All           |
| Contentful            | Headless CMS | All           |
| Airtable              | Database     | All           |
| Google Docs           | Documents    | All           |
| Google Search Console | SEO Data     | Power+        |

**To connect an integration:**

1. Go to **Team Settings** → **Integrations**
2. Find the integration
3. Click **Connect**
4. Follow the setup instructions

See Integrations Guide for detailed setup instructions.

***

#### Billing

Manage your subscription:

* **View current plan** and features
* **Upgrade or downgrade** plans
* **Add seats** (Business+)
* **View invoices** and payment history
* **Update payment method**

**To manage billing:**

1. Go to **Team Settings** → **Billing**
2. Or visit [app.cuppa.ai/team/settings/billing](https://app.cuppa.ai/team/settings/billing)

***

#### API Access (REST API)

**Available on: Business+**

Access Cuppa's REST API for programmatic content generation:

1. Go to **Team Settings** → **API Access**
2. Generate an API key
3. View documentation and endpoints

Use the REST API to:

* Generate articles programmatically
* Integrate with your workflows
* Build custom applications

***

#### Webhooks

**Available on: Business+**

Receive notifications when content is ready:

1. Go to **Team Settings** → **Webhooks**
2. Add your endpoint URL
3. Select events to receive
4. Test the webhook

**Available events:**

* Article generation complete
* Bulk project complete
* Publishing complete

***

### Team Plans Comparison

| Feature          | Hobby  | Power  | Business | Agency   | Agency+  |
| ---------------- | ------ | ------ | -------- | -------- | -------- |
| Team seats       | 1      | 1      | 3        | 10       | 30       |
| API keys         | 1 each | 1 each | Multiple | Multiple | Multiple |
| REST API         | ❌      | ❌      | ✅        | ✅        | ✅        |
| Webhooks         | ❌      | ❌      | ✅        | ✅        | ✅        |
| GSC integration  | ❌      | ✅      | ✅        | ✅        | ✅        |
| White-label      | ❌      | ❌      | ❌        | ❌        | ✅        |
| Priority support | ❌      | ❌      | ❌        | ✅        | ✅        |

***

### FAQ

**How do I upgrade my plan?**

Go to **Team Settings** → **Billing** → **Change Plan**.

**Can I add more seats to my plan?**

On Agency and Agency+ plans, contact support for additional seats beyond the included amount.

**How do I remove a team member?**

Go to **Team Settings** → **Members**, find the member, and click **Remove**.

**Are API keys shared with team members?**

Yes, all team members use the same API keys. Usage is pooled.

**Can I have multiple teams?**

Each account belongs to one team. For separate teams, create separate Cuppa accounts.

**How do I transfer team ownership?**

Contact <support@cuppa.ai> to transfer ownership to another team member.

***

### Related Docs

* OpenAI API Setup — Add your OpenAI key
* Integrations — Connect WordPress, Ghost, and more
* Billing FAQ — Payment and subscription questions


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.cuppa.ai/getting-started/team-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
