Posts tagged "Workflow"
-
We’re introducing some pricing updates to our Credit-based plans. Here’s a quick summary of the changes, explained more below.
- Unlimited seats on the Pro plan
- Unlimited form submissions on all Credit plans
- Updated credit rates for bandwidth, compute, and web requests
To understand more on why we’re making these changes, check out our official Netlify blog post on Pricing Netlify for the next 3 billion builders.
Not sure if your plan is impacted? Check out our Impact summary based on plan table.
Read on for concise details and impact timelines.
Unlimited seats on the Pro plan
The Credit Pro plan now includes free unlimited team member seats with a monthly subscription. This means you can invite anyone you like to join your team for the monthly subscription of $20 for 3,000 credits to use across your team’s projects.
Invite or add Owners, Developers, Internal Builders, Publishers, Git Contributors, and Reviewers to your team without extra seat charges. Before you were charged $20 per seat, including for active Git Contributors.
This change applies to Pro plans using credits metered billing only. Legacy Pro plans are not affected. Learn more about how different plans are affected in our impact by plan summary table.
Impact timeline
These seat plan changes apply right away to new upgrades and plans.
For existing teams with a Credit Pro plan, your seat charges will be removed for existing seats at the start of your next billing cycle. In the meantime, you can invite more people to join and collaborate without seat charges starting today.
Unlimited form submissions
Now form submissions are free across all Credit plans. Previously, each form submission cost 1 credit.
Impact timeline
For existing teams with a Credit plan, you’ll notice form submission cost changes take effect starting today.
Updated metered billing
As part of this pricing shift, we’ve also updated how credits are calculated for certain resources. These updates still keep our services competitive.
Meter Previous rate New rate Bandwidth 10 credits per GB 20 credits per GB Compute 5 credits per GB-hour 10 credits per GB-hour Web requests 3 credits per 10,000 requests 2 credits per 10,000 requests Impact timeline
For existing teams with a Credit plan, you’ll notice the metered billing changes take effect starting today.
Impact summary based on plan
Not sure how these pricing updates impact you and your plan?
Check out our impact summary table below for a quick overview.
Plan Type What’s Changing Details Legacy Pro plans No new changes with this update You can continue using your current plan without any changes. To switch to a Credit-based plan, see changing plans. Learn more about Legacy pricing plans. Legacy Free & Starter plans No new changes with this update You can continue using your current plan without any changes. To switch to a Credit-based plan, see changing plans. Learn more about Legacy pricing plans. All Legacy plans No new changes with this update You can continue using your current plan without any changes. To switch to a Credit-based plan, see changing plans. Learn more about Legacy pricing plans. Enterprise Credit plans No new changes with this update Contact your account manager with questions. Learn more about metered billing with credits for Enterprise plans. Pro Credit plans - Unlimited seats on the Pro plan
- Updated credit usage rates for Compute, Bandwidth, and Web requests
- form submissions are now unlimited and freeAdd unlimited team members for a monthly subscription price of $20 for 3,000 credits to use across your team’s projects.
For existing Pro Credit plans, this takes full effect on existing seats at the start of your next billing cycle but you can add more people to your team for free starting today.
Credit rates for Compute, Bandwidth, and Web requests have been updated while keeping services competitive.Free or Personal Credit plans - Updated credit usage rates for Compute, Bandwidth, and Web requests
- form submissions are now unlimited and freeYou still can only have one team member (a Team Owner role) on your plan.
Credit rates for Compute, Bandwidth, and Web requests have been updated while keeping services competitive.All Credit plans - Updated credit usage rates for Compute, Bandwidth, and Web requests
- form submissions are now unlimited and freeCredit rates for Compute, Bandwidth, and Web requests have been updated while keeping services competitive. Learn more
Learn more about Credit-based pricing plans and how credits work.
-
Managing team members just got easier. The Members page now includes sorting and filter controls that help you quickly find and organize your team, available for Pro and above plans.

You can now search for team members by name, filter by role, filter by project access, sort by last activity, and more — making it simple to audit access, find specific collaborators, or review who’s been active recently. These controls are especially useful as your team grows and you need more visibility into membership and permissions.
These controls are available now for all teams on Pro plans and above. Head to your team’s Members page to try them out.
-
Users on credit-based plans can now see a day-by-day breakdown of their credit consumption. Head to Usage & Billing > Account usage insights > Credits to view exactly how your credits are being used each day.
Track credit usage across the following meters:
- AI Inference
- Bandwidth
- Compute
- Production deploys
- Web Requests

This makes it easier to spot usage trends, identify spikes, and plan ahead — so you can stay on top of your credit consumption without any guesswork.
Learn more about how credits work.
-
To help you and your agents build more effectively, we’re introducing reusable Prompt Templates available directly from within Netlify.
Browse a curated collection of reusable prompts for common Netlify workflows: accessibility audits, A/B testing with Edge Functions, and more. Each template uses variable placeholders so you can adapt it to your project without starting from scratch.
Prompt Templates live directly in your project’s agent runs dashboard. From there you can:
- Browse public prompt templates
- Customize and save your own versions of any template for your team
- Submit templates back to the community to share what is working for you
Learn more about managing Prompt Templates for your team.
-

We’ve updated how credits are displayed across the Netlify UI. Instead of showing a “used credits / total credits” counter, you’ll now see your available credits — the number of credits you actually have left to use.
Now, you’ll see exactly how many credits remain on your account without needing to do the math yourself. For a detailed breakdown of your monthly credit consumption, check the Credit usage breakdown card on your team’s billing page.
Learn more about how credits work.
-
Linear users can now launch Netlify Agent Runners directly from any Linear issue, allowing you to seamlessly share context with your AI agent of choice. If you have your Linear issue synced with related Slack messages, this context will also be included in your agent run prompt.
Before starting your agent run, you can review and edit your prompt. Next, you can choose which AI agent to use — Claude Code, Google Gemini, or OpenAI Codex. Netlify Agent Runners doesn’t lock you into using a single AI agent so you can pick the agent that fits the task best.
To start an agent run from Linear:
- Go to a Linear issue where you want to trigger an agent run.
- In the top right corner, select Configure coding tools….

- Toggle Netlify Agent Runners on.
- Go back to the issue and in the top right corner, select Open in Netlify Agent Runners.

- Review the prompt and choose your AI agent.
- To start the agent run, select Run task.
Once you’ve enabled this integration from your personal Linear preference settings, any Linear issue you open in your workspace will give you the option to open with Netlify Agent Runners.
Now your entire team can save time and seamlessly share context between Linear and Netlify Agent Runners while keeping this work clearly tracked across Linear and Netlify. Learn more about Agent Runners.
-

We now support configuring your environment variables to apply a value to groups of branches with a given prefix. Explore the new functionality in Site configuration > Environment variables. When adding a branch value for your environment variable, add a wildcard at the end to apply the value to all branches beginning with the prefix. For example setting the branch name to
release/*will apply the supplied value to branches namedrelease/1.2,release/alpha-0.0.1, and so on.Combine with the ability to configure your site to deploy branches matching selected prefixes to super-charge your branch workflows!
-

We now support configuring your site to deploy all branches with a specific prefix. Leverage the new functionality by configuring Branch Deploys in Site Configuration > Continuous deployment. Add a wildcard at the end of your prefix to deploy all branches beginning with the given text - for example, enter
release/*to automatically deployrelease/alpha-1,release/v2, and so on.