Apps in ChatGPT pricing: plans, provider costs, and API budgets

Stevia Putri
Written by

Stevia Putri

Stanley Nicholas
Reviewed by

Stanley Nicholas

Last edited September 9, 2026

Expert Verified
Stacked-layers icon on a pastel blue and pink background

What you pay for when you use an app

“Apps in ChatGPT pricing” combines four separate costs or limits. Splitting them apart makes the buying decision clearer.

Cost or controlWhat it coversWhat to check
ChatGPT planChatGPT features and plan-level limitsPlan price, country, feature availability, usage limits
Provider accountThe service behind the appSubscription, allowance, add-ons, and taxes
Workspace controlsWho can connect the app and which actions are allowedRole, app settings, action policy, approval settings
Custom buildSoftware you build yourselfAPI usage, engineering, security, monitoring, maintenance

The published ChatGPT plans are not a price list for every connected service. For example, Canva's US price page lists Canva Free at $0/year for one person and Canva Pro at $180/year for one person. It also says taxes are extra and its AI Pass add-on costs extra. That is Canva's own product price, not an OpenAI app-installation fee. See Canva pricing for live terms.

ChatGPT plan prices: the current baseline

Here are the public US headline prices at the time of this update. This is the fee for the ChatGPT plan itself. It does not include an app provider's bill.

PlanPublic US priceImportant condition
Free$0Some features and usage are limited.
Go$8/monthUS price; localized prices differ in some markets.
Plus$20/monthUsage limits still apply.
Pro$100 or $200/monthDifferent usage allowances; neither removes policies or guardrails.
Business Standard$20/user/month billed annually, or $25 billed monthlyMinimum two paid Business seats in total.
Business Premium$100/user/month billed annually, or $125 billed monthlyCan be mixed with Standard seats in one workspace.
EnterpriseContact salesPrice and terms are negotiated.

Sources: OpenAI's Go launch and US price, current Pro tiers, and Business seat prices. Confirm taxes, local currency, and the actual checkout before purchase.

OpenAI's plan comparison shows that app availability can differ by plan. It also changes by surface, region, model, and account eligibility. Treat the live plan comparison as the decision source when a feature is needed for a rollout.

A plugin install is not a bill, login, or permission grant

A plugin is a reusable package. It can contain skills, connectors, or both. Installing one makes those capabilities available for a new chat; it does not automatically connect the outside service.

If a plugin includes a connector, you may still need to sign in to the provider. OpenAI says that Sign in with ChatGPT shares basic profile details where available, but it does not grant access to provider data or approve actions. Review the requested permissions separately. The plugin guide also says to review and trust plugin hooks before enabling them.

For a managed workspace, the chain has more than one control:

  1. An admin decides whether the plugin is available to the member or role.
  2. The workspace enables the app or connector and sets allowed actions.
  3. The member or shared connection authenticates with the provider.
  4. The provider's service permissions decide which data and actions that identity can use.

The enterprise app controls are explicit: making an app or plugin available does not grant access to files, records, or actions in the connected service. Start with read actions. Before enabling writes, name an owner, review connector scopes and provider permissions, document the external effect, and keep a recovery path.

An action request in a chat is not a permission grant. The connected service, workspace policy, and approval settings still govern what can happen.

API costs are a different budget

Using ChatGPT with an app is not the same thing as building an app with OpenAI models. A ChatGPT subscription does not include API credits. The OpenAI API pricing page prices API usage separately by model and usage type.

For an API build, model usage is only one line item. The team also owns authentication, data boundaries, tool permissions, testing, logging, incident handling, model changes, and the people who maintain all of that. Do not turn a plan price into an API forecast. Estimate model usage for the proposed workflow, then add the cost of operating it safely.

That distinction matters when the use case is narrow. A support team that needs to answer routine tickets does not need a general ChatGPT integration plus a custom service around it. It needs a controlled workflow in the system where agents already work.

For Zendesk support, price the operating work

Compare the work around the model as well as the subscription: keeping knowledge current, deciding what the teammate may do, checking exceptions, and reviewing changes to its rules. These are operating requirements, not included API features.

eesel for Zendesk is built around that support workflow. It works in the existing queue, and a support owner can review instructions, connected knowledge, activity, and held approvals. The dashboard and CLI operate the same workspace, so a team does not have to reconcile two separate setups.

eesel dashboard showing Zendesk ticket activity
eesel dashboard showing Zendesk ticket activity

A controlled cost review with the eesel CLI

The eesel CLI gives a support owner, engineer, script, or coding agent such as Claude Code, Codex, or Cursor a repeatable way to inspect the same teammate as the dashboard. Commands return JSON, so the coding agent can compare the billing and activity records with the test plan. With Node.js 18.17 or newer, use npx @eesel/cli without a global installation. Sign in to the intended workspace and replace support-teammate below with the agent's actual ID or name.

Start with a read-only baseline. These commands do not create customer-facing work; eesel billing reads the workspace's live billing state.

Bash
npx @eesel/cli status --agent support-teammate
npx @eesel/cli billing --agent support-teammate
npx @eesel/cli instructions --agent support-teammate
npx @eesel/cli activity --agent support-teammate

Before testing, the owner checks enabled actions and downstream service permissions in the dashboard and Zendesk. A prompt is not an access control. Use an approved configuration that cannot carry out unwanted customer actions. Then start a fresh, named conversation and run one bounded fictional test with an explicit policy; it is not authorization to contact a customer, edit a ticket, or change an order.

Bash
npx @eesel/cli new --name delivery-status-review --agent support-teammate
npx @eesel/cli chat --agent support-teammate "Fictional evaluation only. Test policy: if a parcel is late and its tracking status is unknown, acknowledge the delay and explain that a support specialist must investigate. Do not invent an ETA. Customer: My parcel has not arrived. Order 41922. Tracking status: unknown. Draft only the reply. Do not look up this fictional order, edit records, contact anyone, or change configuration."

That chat is real billed work in the real workspace, even though the facts are fictional. Record the baseline billing state first, but do not claim that before-and-after figures prove the exact cost of this chat: concurrent workspace work can change them too.

If the test exposes a needed rule, the coding agent should propose the exact wording, affected agent, and expected result. The support owner approves that precise change. Before any write, the owner must confirm downstream service permissions in Zendesk and the eesel dashboard. A read-only CLI command cannot prove every permission in those services.

For a supported write, use --dry-run with the actual proposed write arguments to preview the server call; consult the command's --help for that syntax. Reading instructions alone is not a preview of an instruction update. After the owner approves the specific change, apply it through the supported command or dashboard flow. Start a fresh conversation so earlier test messages cannot supply the rule, then check whether the configured teammate follows it:

Bash
npx @eesel/cli new --name delivery-status-retest --agent support-teammate
npx @eesel/cli chat --agent support-teammate "Fictional evaluation only. Customer: My parcel has not arrived. Order 41922. Tracking status: unknown. Draft only the reply using the approved standing policy. Do not look up this fictional order, contact anyone, edit records, or change configuration."
npx @eesel/cli activity --agent support-teammate
npx @eesel/cli approvals list --agent support-teammate
npx @eesel/cli billing --agent support-teammate

Review the response, activity, and any held approval. Test a missing-order-number case separately, and verify ticket delivery and handoff in the native helpdesk before widening the rollout. A no-action prompt narrows the test; it is not a permission system. Held approvals cover actions actually held by the workspace, not every possible action.

Questions to ask before comparing prices

  • Which capability is needed: search, research, a connected data source, an interactive app, or a write action?
  • Is it available for this plan, user role, region, model, and ChatGPT surface?
  • What does the provider charge, and what does its plan include or cap?
  • Who owns the provider account, connector scopes, and future access reviews?
  • If you are building, who owns API spend, testing, logs, outages, and model updates six months from now?
  • If customers are involved, where will the response, escalation, and review record live?

The last question often decides the architecture. If the record belongs in Zendesk, start from the helpdesk workflow rather than forcing a general chat connection to become a support system.

Try eesel with Zendesk

Try eesel for free to review a narrowly scoped Zendesk teammate. Connect approved knowledge, set narrow rules, and inspect the same workspace from the dashboard or CLI. Budget for the real chat tests and review their outcomes before expanding the workflow.

Frequently asked questions

How much do Apps in ChatGPT cost?

There is no single Apps in ChatGPT price. You may need a ChatGPT plan, an account with the app provider, and the right workspace permissions. The provider can have its own subscription, usage allowance, or paid add-on.

What are the current ChatGPT plan prices?

US consumer prices are Free $0, Go $8/month, Plus $20/month, and Pro $100 or $200/month. Business Standard is $20/user/month billed annually or $25 monthly; Premium is $100 annually or $125 monthly. Business requires at least two paid seats. Enterprise is quoted. See the linked official sources in the pricing table and confirm local checkout terms.

Does installing a ChatGPT plugin pay for the app?

No. A plugin packages capabilities for discovery and use. Installation does not grant provider-data access, approve actions, or replace the provider's own billing.

Does a ChatGPT subscription include API credits?

No. ChatGPT plans and the OpenAI API are separate products with separate billing. A custom API build needs its own usage budget as well as engineering and operating costs.

What should a business check before enabling an app?

Confirm the user’s role, the plugin and app settings, the allowed actions, and the permissions of the connected service account. A prompt that asks for an action is not permission to perform it.

Can eesel CLI show billing information?

Yes. eesel billing reads the live billing state for an eesel workspace. It does not show the price of a third-party ChatGPT app or prove the cost of one chat when other work is running.

Are eesel CLI chat tests free?

No. A CLI chat is real billed work in the real workspace. Use a bounded fictional test, review the response and activity, and use --dry-run for supported writes before any approved change.

Share this article

Stevia Putri

Article by

Stevia Putri

Stevia Putri is a marketing generalist at eesel AI, where she helps turn powerful AI tools into stories that resonate. She’s driven by curiosity, clarity, and the human side of technology.

Related Posts

All posts →
Apollo pricing 2025: A complete guide to plans and hidden costs
Guides

Apollo pricing 2026: Plans from $59/mo and what they include

Break down Apollo’s pricing plans to understand features, costs, and which subscription tier fits your sales team or business strategy.

Stevia PutriStevia PutriAug 21, 2025
Two people reading beneath Booking.com, Zillow, Canva, and ChatGPT labels
Guides

Apps in ChatGPT: how connections, permissions, and plugins work

A current guide to Apps in ChatGPT: what they can do, how to connect them, the Plugin directory, permissions, and workspace controls.

Stevia PutriStevia PutriOct 6, 2025
Black-and-white illustration of a person beside a ChatGPT logo linked by plugs to a folder of documents.
Guides

ChatGPT connectors are now apps: what to check before relying on one

ChatGPT connectors are now called apps. Compare authorization, search, sync, and actions with the ongoing support workflow a teammate needs.

Kenneth PanganKenneth PanganAug 5, 2025
How to integrate ChatGPT with Zendesk in 2026: The complete guide
Guides

How to integrate ChatGPT with Zendesk in 2026: The complete guide

Thinking about using ChatGPT with Zendesk? This guide breaks down all your options, from Zendesk's native AI to custom API solutions and third-party apps.

Stevia PutriStevia PutriOct 12, 2025
Does Zendesk use ChatGPT? The complete 2026 overview
Guides

Does Zendesk use ChatGPT? The complete 2026 overview

Wondering if Zendesk uses ChatGPT? We break down Zendesk's native AI, its connection to OpenAI, and how specialized integrations can help you get the most out of your support ecosystem.

Kenneth PanganKenneth PanganOct 6, 2025
Salesforce ChatGPT: A practical guide for 2025
Guides

Salesforce ChatGPT: A practical guide for 2025

Wondering how to connect ChatGPT to Salesforce? Learn about the real-world benefits, common pitfalls like data security, and different approaches you can take.

Kenneth PanganKenneth PanganOct 2, 2025
How to make money with ChatGPT in 2025
Guides

How to make money with ChatGPT in 2025

Making money with ChatGPT isn’t about quick hacks. Start with freelance gigs, then grow into scalable AI services that solve real business needs.

Kenneth PanganKenneth PanganAug 27, 2025
Best AI apps for Gmail
Guides

Best AI apps for Gmail

From smart replies to inbox cleanups, these Gmail-friendly AI apps are here to make email less of a chore. We break down the top tools, what they’re good at, and how to pick the right one for your workflow.

Kenneth PanganKenneth PanganMay 30, 2025
A provider's guide to conversational AI for healthcare in 2025
Guides

A provider's guide to conversational AI for healthcare in 2025

Discover how conversational AI in healthcare improves patient engagement and streamlines operations, with key use cases and tips for choosing the right platform.

Stevia PutriStevia PutriAug 4, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free