Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions admin/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ All subscription plans include a credit allocation. If you need additional credi

To get started or change your subscription plan, visit the [Billing page](https://app.tembo.io/settings/billing) within the Tembo app.

## Payment Methods

When upgrading your subscription plan, Tembo now automatically sets your payment method as the default during the upgrade process. This ensures smooth billing transitions and reduces payment failures on your upgraded plan.

### Default Payment Method Setup

- **Automatic setup** - When you upgrade to a paid plan, your selected payment method becomes the default automatically
- **No extra steps** - You won't need to manually configure payment methods after upgrading
- **Billing consistency** - Ensures all future charges use your preferred payment method

## Auto-Reload

Auto-reload automatically purchases credits when your balance falls below a threshold, ensuring uninterrupted service.
Expand Down
8 changes: 5 additions & 3 deletions features/automations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ React to events from your connected integrations:
| Integration | Events |
|-------------|--------|
| **GitHub** | PR opened, PR merged, issue created, comment added |
| **GitLab** | Merge request opened, merged, issue created |
| **GitLab** | Merge request opened/updated/merged, issue created, issue comments, pipeline failures, new refs |
| **Jira** | Issue created, issue assigned to user, ticket added to board, with advanced filtering by labels and more |
| **Sentry** | New error, error spike, regression detected |
| **Linear** | Issue created, issue updated, status changed |
| **Linear** | Issue created, issue updated, status changed, with label filtering |
| **Slack** | Message in channel, @tembo mention |

<Tip>Event triggers respond in real-time. A Sentry error can have a fix PR opened within seconds of detection.</Tip>
Expand Down Expand Up @@ -104,9 +105,10 @@ Enable the [MCP servers](/features/mcp-servers) your automation needs. Common co

- **Code changes**: GitHub/GitLab
- **Bug fixes**: GitHub + Sentry
- **Issue triage**: GitHub + Linear
- **Issue triage**: GitHub + Linear or GitHub + Jira (with Atlassian MCP)
- **Team updates**: GitHub + Slack
- **Full workflow**: GitHub + Linear + Slack + Sentry
- **Atlassian workflows**: Enable the Atlassian MCP server to give agents direct access to Jira and Confluence actions

### Agent Selection

Expand Down
16 changes: 11 additions & 5 deletions features/coding-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Use these model IDs with your agent key (`agent:model` or `agent:model:reasoning

**Anthropic (no API key required)**
- `claude-opus-4-5` (default for Claude Code/Opencode/Cursor/Amp)
- `claude-opus-4-6`
- `claude-4-5-sonnet`
- `claude-4.1-opus`
- `claude-4-5-haiku`
Expand All @@ -23,11 +24,13 @@ Use these model IDs with your agent key (`agent:model` or `agent:model:reasoning

**OpenAI (API key required)**
- `gpt-5`, `gpt-5-minimal`, `gpt-5-low`, `gpt-5-medium`, `gpt-5-high`
- `gpt-5.1`, `gpt-5.2`
- `gpt-5.1`, `gpt-5.1-minimal`, `gpt-5.1-low`, `gpt-5.1-medium`, `gpt-5.1-high`
- `gpt-5.2`
- `gpt-5-codex`, `gpt-5-codex-high`
- `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini`, `gpt-5.1-codex-high`
- `gpt-5.2-codex`
- `zai-glm-4.7` (OpenAI-compatible)
- `gpt-oss` (OpenAI-compatible, OpenCode only)
- `zai-glm-4.7` (OpenAI-compatible, OpenCode only)

**Google (no API key required)**
- `gemini-2.5-pro`
Expand All @@ -43,6 +46,9 @@ Use these model IDs with your agent key (`agent:model` or `agent:model:reasoning
**XAI (XAI API key required)**
- `grok`

**Meta (OpenCode only)**
- `llama-3.3-70b`

For GPT-5 and GPT-5.2 families you can append a reasoning effort (`:minimal`, `:low`, `:medium`, `:high`) when the agent supports it.

## Available Coding Agents
Expand All @@ -65,11 +71,11 @@ Add `:minimal`, `:low`, `:medium`, or `:high` to `gpt-5.2` to control reasoning

### Opencode

Alternative agent supporting multiple model providers.
Alternative agent supporting multiple model providers including Anthropic, OpenAI, Google, and Meta.

**Models:** `claude-opus-4-5` (default), `claude-4-5-sonnet`, `claude-4.1-opus`, `claude-4-5-haiku`, `claude-4-sonnet`, `gpt-5.2`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini`
**Models:** `claude-opus-4-5` (default), `claude-opus-4-6`, `claude-4-5-sonnet`, `claude-4.1-opus`, `claude-4-5-haiku`, `claude-4-sonnet`, `gpt-5.2`, `gpt-oss`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini`, `llama-3.3-70b`, `zai-glm-4.7`

Also supports OpenAI models.
Supports extensive model selection with flexible provider options.

### Amp

Expand Down