{% extends "console_page.html" %} {% block console_content %} {% if current_context.type == 'organization' %} {% with overview=org_billing_overview %}
Plan and credit status for the current billing period.
Billing Period
{{ overview.period.start }} – {{ overview.period.end }}
Plan
{{ overview.plan.name|default:"Free" }}
Seats: {{ overview.seats.purchased }} purchased · {{ overview.seats.reserved }} reserved · {{ overview.seats.available }} available
{% if overview.plan.monthly_price %}{{ overview.plan.monthly_price }} {{ overview.plan.currency|upper }}/seat
{% endif %}Task Credits
Granted: {{ overview.credits.granted|floatformat:0 }}
Used: {{ overview.credits.used|floatformat:0 }}
Available: {{ overview.credits.available|floatformat:0 }}
{% if overview.credits.entitlement %}Entitlement this period: {{ overview.credits.entitlement }}
{% endif %}{{ org_credit_usage_pct|floatformat:0 }}% used
Extra Tasks
Configured limit: {% if overview.extra_tasks.configured_limit == -1 %}Unlimited{% else %}{{ overview.extra_tasks.configured_limit }}{% endif %}
Plan limit: {% if overview.extra_tasks.limit == -1 %}Unlimited{% else %}{{ overview.extra_tasks.limit }}{% endif %}
Used this period: {{ overview.extra_tasks.used_this_period }}
Auto purchase {% if overview.extra_tasks.enabled %}enabled{% else %}disabled{% endif %} for this subscription.
Purchased seats control how many members and invites your organization can have.
Seats purchased: {{ overview.seats.purchased }} · In Use: {{ overview.seats.reserved }} · Available: {{ overview.seats.available }}
{% if seat_purchase_required %}Organization members, shared credits, and org-owned agents become available once you add a paid seat.
{% if org_can_manage_billing %} {% if seat_purchase_form.seats.help_text %}{{ seat_purchase_form.seats.help_text }}
{% endif %} {% else %}Contact an organization owner or billing admin to add seats.
{% endif %}Enter the number of additional seats to add to your current subscription. Stripe will prorate charges automatically.
{% if org_can_manage_billing %} {% if seat_purchase_form.seats.help_text %}{{ seat_purchase_form.seats.help_text }}
{% endif %} {% else %}Only organization owners, admins, or billing managers can purchase additional seats.
{% endif %}{{ seat_purchase_form.seats.errors|join:", " }}
{% endif %} {% if org_can_manage_billing and org_has_stripe_subscription and overview.seats.purchased > 0 %} {% with pending=org_pending_seat_change %}Seat count will change to {{ pending.quantity }} {% if pending.effective_at %} on {{ pending.effective_at|date:"F j, Y" }}. {% else %} at the start of the next billing cycle. {% endif %}
Add or release static IPs reserved for this organization.
Each dedicated IP costs ${{ dedicated_ip_unit_price|floatformat:2 }} {{ dedicated_ip_currency }}/month.
Allocated dedicated IPs: {{ dedicated_ip_total }} {% if dedicated_ip_multi_assign %} (can be shared across agents). {% else %} (one IP per agent). {% endif %}
Current dedicated IP charges (monthly): ${{ dedicated_ip_total_cost|floatformat:2 }} {{ dedicated_ip_currency }} in addition to your plan price.
{% if dedicated_ip_proxies %}{{ proxy.static_ip|default:proxy.host }}
{{ proxy.name }}
No dedicated IPs have been provisioned yet.
{% endif %}Automatically top up credits when the organization runs out.
Enable automatic purchases
Keeps critical workflows running by granting additional credits on demand.
Manage your subscription.
Dedicated IPs
Add new dedicated IPs or release ones you no longer need.
Each dedicated IP costs ${{ dedicated_ip_unit_price|floatformat:2 }} {{ dedicated_ip_currency }}/month.
Allocated dedicated IPs: {{ dedicated_ip_total }} {% if dedicated_ip_multi_assign %} (can be shared across agents). {% else %} (one IP per agent). {% endif %}
Current dedicated IP charges (monthly): ${{ dedicated_ip_total_cost|floatformat:2 }} {{ dedicated_ip_currency }} in addition to your plan price.
{% if dedicated_ip_proxies %}{{ proxy.static_ip|default:proxy.host }}
{{ proxy.name }}
No dedicated IPs have been provisioned yet.
{% endif %}Your subscription will be cancelled on
{{ cancel_at }}
Next Renewal
{{ period_end_date }}
Allow automatic purchase of additional tasks when needed
Are you sure you want to cancel your subscription? You will retain access until the end of your current billing period.