Landscape · every claim from the vendor’s own page, dated

    BYOA in 2026: the AI tools that run on the subscription you already pay for

    A quiet structural shift is running through AI tooling: the best new tools no longer sell you the model. You sign in with the Claude or ChatGPT plan you already have — or plug in your own key — and the tool charges only for what the tool itself adds. Here is what the model means for how you build, and the verified map of who works this way.

    BYOA — bring your own agent — describes any tool where the AI inference is supplied by an account you hold with the model vendor, not resold to you by the tool. It comes in two flavours, and the difference matters to your bill:

    Bring your own subscription. The tool drives an agent — Claude Code, Codex, Gemini CLI — signed into your existing flat-rate consumer plan. This is the cheap channel: the plan you pay $17–20 a month for becomes the engine of every BYOA tool you touch, at no added inference cost.

    Bring your own key. The tool calls the model with your API key. Still metered — but metered at the vendor's list price, paid by you directly, with no tool in the middle marking it up.

    Both flavours share the property that defines the category: nobody between you and the model vendor is selling you inference. The tool competes on what it actually adds — workflow, scaffolding, platform expertise — and that changes user behaviour more than any feature does.

    What the meter does to how you build

    The case for BYOA is behavioural before it is financial. Watch someone build on a credit-metered tool: every prompt is a small purchase. Failed attempts cost the same as successful ones, so debugging — which is mostly failed attempts, that is what debugging is — becomes a spending decision. People batch their prompts, hoard their credits toward month-end, and accept "good enough" one iteration earlier than they wanted to. The meter doesn't just price the work; it edits it.

    Now watch the same person on a flat plan: the fortieth iteration costs what the first did, so they iterate like someone who owns the meter — because there isn't one. Modaal's free plan is deliberately built this way (one project, unlimited prompts): not generosity, but the recognition that metered attempts and honest iteration don't coexist.

    The second behavioural shift is subtler: one subscription now powers many tools. Your Claude plan runs your terminal agent, your editor, your app builder — so trying a new BYOA tool costs nothing in inference, and leaving one strands no balance. Credit systems lock value inside each tool; a subscription you bring with you doesn't. The switching cost of the whole toolchain collapses.

    The numbers, briefly

    The full arithmetic lives in the cheapest way to build a mobile app; the short version uses Claude because it publishes both price lists side by side (claude.com, read 30 Aug 2026). The subscription: Pro at $17/month billed annually, $20 monthly. The meter: the same vendor's API at $2 per million input tokens and $10 per million output for Sonnet 5. And the vendor's own bridge between them: when a plan hits its limit, you can "turn on usage credits" to continue "at standard API rates" — their own pricing page states the gap between the flat channel and the metered one.

    A labelled illustration, assumptions stated: an agentic build day processing ~5M input / 500K output tokens would cost about $15/day at those API rates — roughly $300 across twenty working days, against a $17–20 plan. Be off by threefold and the direction doesn't change. Compare the credit channel: Rork defines a credit as "a unit of AI compute, roughly one request," and its native tier prices requests at $0.20 with no top-ups. None of this makes credits irrational — sometimes they bundle real infrastructure (cloud Macs, managed store submission) — but it makes the default question fair: why buy inference twice?

    One honest boundary: flat plans are capped, not infinite — heavy days can hit a plan's rolling limits, and "unlimited prompts" in a BYOA tool means the tool adds no meter, not that the agent underneath has none.

    The BYOA landscape, by job to be done

    Every tool below is quoted from its own pages. The clusters are jobs, not categories — start from what you are trying to do.

    Ship a native mobile app

    The job this site exists for, and the cluster where BYOA changes the economics most, because app building is iteration-heavy. Modaal — ours — orchestrates any of thirteen supported agents (Claude Agent, Codex CLI, Cursor, Gemini CLI and more) on your existing subscription and outputs native SwiftUI + Kotlin/Compose; free plan, unlimited prompts. Bitrig is BYOA even on its free tier — "10 daily requests using your Claude or ChatGPT subscription" — native Swift, Apple-only by design, agents connected over the Agent Client Protocol.

    Code inside the platform vendor’s own IDE

    The strongest possible endorsement of the model: Apple ships it. Xcode 26.3's agentic coding — a stable feature — signs into Claude Agent or Codex with your account; Apple sells you no tokens. The 7 best software to develop iOS apps covers the workflow. (Android Studio's agent mode has an equivalent bring-your-own story — check Google's current docs for the state of it.)

    Code in a fast editor with an agent panel

    Zed hosts external agents — Claude Agent, Codex, Gemini CLI, OpenCode, Copilot and others — over the open Agent Client Protocol, and is explicit about the money: "Zed does not charge for External Agents"; billing "is between you and the agent provider." That sentence is the BYOA model in one line.

    Run an agent on your own key, fully open source

    The BYO-key flavour, for people who want the pipe with nothing in it: Cline ("Bring your own key, your own endpoint, or your own weights" — Apache 2.0), Aider (the original terminal pair-programmer, connected with your own API keys), OpenCode ("use any LLM provider by configuring their API keys"). The tools are free; you pay the model vendor's list price and nobody else.

    Run a team of agents at once

    The frontier cluster: Conductor runs "the first-party Claude Code, Codex, Cursor, and OpenCode agents under the hood" and says it plainly — "Bring your own subscriptions and keys." Parallel agent work multiplies inference consumption, which is exactly when you want that inference on a flat plan you already own.

    And underneath every cluster sit the agents themselves — Claude Code on a Claude plan, Codex on a ChatGPT plan, Gemini CLI — the substrate the whole BYOA economy runs on.

    Beyond coding: the productivity wave

    BYOA did not stay a developer pattern. The same model is spreading through everyday productivity tools — and each of these is quoted from its own pages, read 1 September 2026.

    In your browser

    Brave's Leo assistant ships a feature named exactly for the idea: "Bring Your Own Model (BYOM)" — point Leo at your own local or remote models or a third-party API, instead of (or alongside) Brave's bundled tiers.

    In your chat workspace

    TypingMind is the canonical BYO-key front-end: "Bring your own API keys and only pay for actual usage. No recurring fees, subscriptions, or limitations on your usage." The app is a one-time license; the inference bill goes straight to your model vendor.

    In your launcher

    Raycast's manual has a page titled Bring Your Own Keys: connect "your own API key from Anthropic, Google, or OpenAI", with the costs "incurred at the provider's standard rates." Worth noting honestly: on desktop BYOK is itself a Pro-exclusive feature — Raycast charges for the seat, not the tokens, which is precisely the BYOA division of labour.

    In your notes

    Obsidian's most popular AI plugin, Copilot for Obsidian, works the same way: "Choose your AI provider(s)... and paste your API key(s)" — your vault, your key, your bill.

    In your automations

    n8n's AI nodes authenticate with your own OpenAI or Anthropic credentials per its docs — every agent step in a workflow runs on keys you hold.

    Notice the pattern: productivity BYOA is mostly key-flavour, while coding BYOA is mostly subscription-flavour. That is user behaviour showing through the pricing: assistant use is bursty and light, so metered-at-cost is painless — but agentic building burns tokens for hours, which is exactly when you want the flat plan. Match the flavour to your intensity, and the intensity argument is why app building was the category where subscription-BYOA appeared first.

    How to tell real BYOA from credit resale

    Three questions sort any tool in under a minute, from the user's side of the screen:

    Who bills you for the model?

    If the answer is the model vendor (via your plan or your key), it's BYOA. If the tool sells you credits, tokens, or "requests", the tool is reselling inference — which is a legitimate business, but you should know you're paying twice-removed.

    Does a failed attempt cost you?

    On real BYOA-subscription tools, iteration draws on a flat plan; the tool has no incentive to meter your mistakes. Anywhere a debugging session visibly drains a balance, expect the meter to edit your behaviour.

    What strands if you leave?

    BYOA tools hold none of your inference value — the subscription walks out the door with you, and (in the good cases) so does your code. Ask the exit question before the entry price; it predicts how the tool will treat you better than any feature list.

    The verified BYOA map

    Job to be doneToolFlavourIn their own words
    Ship a native mobile appModaalSubscription (13 agents)Unlimited prompts; free plan; native SwiftUI + Kotlin/Compose
    Ship a native mobile app (Apple-only)BitrigSubscription (ACP)"10 daily requests using your Claude or ChatGPT subscription"
    Code in the platform IDEXcode 26.3SubscriptionClaude Agent / Codex sign-in with your own account (stable feature)
    Code in a fast editorZedSubscription (ACP)"Zed does not charge for External Agents"
    Agent on your own key, open sourceCline · Aider · OpenCodeAPI key"Bring your own key, your own endpoint, or your own weights"
    Run agent teams in parallelConductorBoth"Bring your own subscriptions and keys"
    Browse with an assistantBrave LeoModel / API key"a feature called Bring Your Own Model (BYOM)"
    Chat workspace for any modelTypingMindAPI key"Bring your own API keys and only pay for actual usage"
    Launcher / OS productivityRaycastAPI key (Pro feature)"connect your own API key from Anthropic, Google, or OpenAI"
    AI in your notesCopilot for ObsidianAPI key"Choose your AI provider(s)... and paste your API key(s)"
    Workflow automationn8nAPI keyAI nodes authenticate with your own provider credentials (their docs)

    Vendor pages read 1 Sep 2026 (Xcode/Bitrig/Modaal facts 27–30 Aug). Tools we could not verify against a primary source are not listed.

    Frequently asked questions

    BYOA — bring your own agent — describes tools where the AI model is supplied by your own account with the model vendor rather than resold by the tool. Two flavours exist: signing an agent like Claude Code into your existing flat subscription, or plugging in your own API key. Either way, no middleman bills you for inference.

    Verified against their own pages: Modaal and Bitrig for native mobile apps; Apple’s Xcode 26.3 agentic coding (sign in with your Claude account); Zed’s external agents; Cline, Aider and OpenCode on your own API keys; and Conductor for running agent teams — its site says "Bring your own subscriptions and keys." The article lists each with sources and dates.

    Usually, if you already pay for an AI subscription: your plan supplies the inference, so the tool adds no per-request cost, and failed attempts cost nothing extra. The arithmetic — using the model vendor’s own two price lists — is in our cheapest-way-to-build guide. The honest caveats: flat plans have usage caps, and some credit prices bundle real infrastructure like cloud build machines.

    A subscription (Claude Pro, ChatGPT Plus) is flat-rate: the agent runs on the plan you already pay, so marginal building cost is zero until you hit the plan’s limits. An API key is metered at the vendor’s list price — still no tool markup, but every token is billed. Subscription-flavour BYOA is the cheaper channel for iteration-heavy work like app building.

    Yes — the pattern is spreading fast. Verified against their own pages: Brave Leo’s "Bring Your Own Model" in the browser, TypingMind’s bring-your-own-keys chat workspace, Raycast’s Bring Your Own Keys, Copilot for Obsidian in notes, and n8n’s AI nodes running on your own provider credentials. Productivity tools mostly use the API-key flavour, since assistant usage is lighter than agentic coding.

    Yes — that is one of BYOA’s quiet advantages. The same Claude or ChatGPT plan can drive your terminal agent, your editor (like Zed), and your app builder (like Modaal) without buying inference separately in each. Trying a new BYOA tool costs nothing in model fees, and leaving one strands no credit balance.

    Start free. Ship native.

    One project, unlimited prompts. No card.

    Keep reading