Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/getting-started/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Warp supports a curated list of LLMs from providers like OpenAI, Anthropic, and

### Can I use my own LLM API key?

Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) for users on paid plans (starting with Build). You can connect your own Anthropic, OpenAI, or Google API keys to route requests directly through your account. Organizations on the Enterprise plan can additionally enable managed "Bring Your Own LLM" configurations to meet strict security or compliance requirements.
Yes. Warp supports [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) on the Free plan and all eligible paid plans, so you can connect your own Anthropic, OpenAI, or Google API keys to route requests directly through your account. Because the Free plan doesn't include bundled AI usage for the Warp Agent, BYOK is one way to keep using the Warp Agent on the Free plan. BYOK and [custom inference endpoints](/agent-platform/inference/custom-inference-endpoint/) are available for individual users and organizations with 10 or fewer employees, subject to Warp's Terms of Service; larger organizations need a Warp Business or Enterprise plan. Organizations on the Enterprise plan can additionally enable managed [Bring Your Own LLM (BYOLLM)](/enterprise/enterprise-features/bring-your-own-llm/) configurations to meet strict security or compliance requirements.

## Billing

Every Warp plan includes a set number of credits per user per month. See [pricing](https://www.warp.dev/pricing) to compare plans.
Paid Warp plans include a set number of credits per user per month for Warp-provided AI usage. The Free plan doesn't include bundled AI usage for the Warp Agent; to use the Warp Agent, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference (BYOK, a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/)). See [pricing](https://www.warp.dev/pricing) to compare plans.

Credit limits apply to Agent Mode, Generate (Legacy), and [AI autofill in Workflows](/knowledge-and-collaboration/warp-drive/workflows/#ai-autofill).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can view your total credit usage, along with other billing details, in **Set

* **Seat-level allocation**: On team plans, credit limits apply per seat — each team member has their own allowance. Individual users (not on a team) also have their own credit allocation.
* **Cloud agents and integrations**: Individual users can run cloud agents via the CLI and API, drawing from their Warp credits. Slack and Linear integrations require team membership.
* **Hitting the credit limits**: Once you hit your monthly credit limit, your access will depend on your plan. On the Free plan, AI access stops until your next billing cycle. On paid plans, you can continue using AI with usage-based billing via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).
* **Credit limits by plan**: The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). On paid plans, once you reach your monthly credit limit you can continue using AI with usage-based billing via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).

#### **Other features that use credits**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar:

Warp offers flexible, pay-as-you-go plans designed for individual developers, teams, and enterprises.

You only pay for what you use—each plan includes a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows.
Paid plans include a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows. The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/).

:::note
See [Warp pricing](https://www.warp.dev/pricing) for the latest plans and what’s included in each offering.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ description: >-

### How can I upgrade and subscribe to a Warp plan?

All paid Warp plans come with higher monthly credit limits than the Free plan.
Paid Warp plans include a monthly allowance of credits for Warp-provided AI usage. The Free plan doesn't include bundled AI usage for the Warp Agent (see [Does the Free plan include AI usage?](#does-the-free-plan-include-ai-usage) below).

When you upgrade from Free to a paid plan, your credit usage resets. If youre switching between paid plans, any AI usage you've already accumulated will carry over.
When you upgrade to a paid plan, you get your plan's monthly credit allowance right away. If you're switching between paid plans, any AI usage you've already accumulated will carry over.

You can subscribe to a Warp paid plan as an individual or as part of a team. To upgrade:

Expand Down Expand Up @@ -124,11 +124,11 @@ Tokens are chunks of text, such as words, parts of code, or characters, that lar
Warp now abstracts away token usage, so you don't need to manage or track it directly. You only need to monitor your **credit usage**, which is what’s measured against your plan limits.
:::

If you're curious, you can read the [OpenAI article on tokens](https://help.openai.com/en/articles/4936856-understanding-tokens), or refer to the pricing page for plan-level credit allocations. If you reach your monthly credit limits on the Free plan, premium models pause until your quota resets at the start of your next billing cycle. On paid plans, you can continue using premium models via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/) and auto-reload — see [What if I need more AI usage than my plan includes?](#what-if-i-need-more-ai-usage-than-my-plan-includes) for the full list of options.
If you're curious, you can read the [OpenAI article on tokens](https://help.openai.com/en/articles/4936856-understanding-tokens), or refer to the pricing page for plan-level credit allocations. The Free plan doesn't include bundled AI usage for the Warp Agent (see [Does the Free plan include AI usage?](#does-the-free-plan-include-ai-usage)). On paid plans, when you reach your monthly credit limit, premium models pause until your quota resets at the start of your next billing cycle; you can continue using premium models via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/) and auto-reload. See [What if I need more AI usage than my plan includes?](#what-if-i-need-more-ai-usage-than-my-plan-includes) for the full list of options.

### How often do my credits reset?

Allotted credits refill every 30 days from your signup date. When you upgrade to a [paid plan](https://www.warp.dev/pricing), you will be given more credits immediately. You can follow along with your refill period by referencing **Settings** > **Billing and usage**. Alternatively, purchase [add-on credits](/support-and-community/plans-and-billing/add-on-credits/), or enable auto-reload with a monthly spend limit, to continue using premium models beyond your included quota.
On paid plans, allotted credits refill every 30 days from your signup date. The Free plan doesn't include bundled AI usage for the Warp Agent (see [Does the Free plan include AI usage?](#does-the-free-plan-include-ai-usage)). When you upgrade to a [paid plan](https://www.warp.dev/pricing), you're given your monthly credits immediately. You can follow along with your refill period by referencing **Settings** > **Billing and usage**. Alternatively, purchase [add-on credits](/support-and-community/plans-and-billing/add-on-credits/), or enable auto-reload with a monthly spend limit, to continue using premium models beyond your included quota.

:::note
Unused credits do not rollover to the next cycle and can't be transferred to other accounts.
Expand Down Expand Up @@ -208,6 +208,15 @@ When auto-reload is **off**, the request is blocked once both buckets are deplet
Enterprise plans support team-scoped credit pools, so this traffic draws from the team pool rather than an individual admin. See [enterprise billing](/enterprise/support-and-resources/billing/) for overage and contract terms.
:::

### Does the Free plan include AI usage?

The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent, you have two options:

* **Upgrade to a paid plan** — paid plans include a monthly allowance of Warp-provided AI usage with no extra setup. See [Warp pricing](https://www.warp.dev/pricing).
* **Bring your own inference** — connect your own API key with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), point Warp at a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or use a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). Requests routed through your own inference don't consume Warp credits.

Without a paid plan or your own inference, conversations on the Free plan can't run on Warp-provided models. This includes conversations started from prompt suggestions in the input.

### Can I use a Free plan if I'm a developer at a large company or organization?

Yes. Developers at any company size are welcome to use Warp’s Free plan.
Expand Down
Loading