# Plans and Pricing

## How Credits Work

Every action in CodeWords uses credits based on the **complexity and resources required**.

Credits may be consumed when you:

* Build automations with Cody
* Edit workflows or agents
* Run workflows manually or automatically
* Use AI models, APIs, or browser automation

More advanced workflows may consume more credits depending on:

* Workflow complexity
* Number of steps
* Data size
* API and AI usage

You only pay for what you use. There are no idle fees or background charges.

After running a workflow, you can review your estimated usage, top categories, and a per-chat / per-workflow breakdown on the [Usage page](https://codewords.agemo.ai/usage).

## Available Plans

## Free Plan

Perfect for exploring CodeWords and building your first automations.

**Includes**

* One-time starter 5 credits
* Additional 2 credits/day up-to 10 credits total once you balance reaches zero.
* Access to core automation capabilities

**Best for :** Individual users, Testing and experimentation, Learning the platform

{% hint style="warning" %}
CodeWords API access is not included on the Free plan.
{% endhint %}

## Pro Plan

Built for professionals and builders who use automation regularly.

**Includes**

* Monthly credit allocation
* 1\. 5x Bonus credits on top-ups
* CodeWords API access
* Priority access to new features

**Best for:** Freelancers, Founders, Power users, Small teams.

## Business Plan

Designed for teams and organizations running larger-scale workflows.

**Includes**

* Higher monthly credit allocation
* 2x bonus credit multipliers on top-ups
* CodeWords API access
* Priority support

**Best for:** Growing teams, Operations workflows, High-volume automation usage

<figure><img src="/files/P40siJKCZloW1q20hTwj" alt=""><figcaption><p>Pricing page</p></figcaption></figure>

For enterprise usage and custom arrangements, contact [sales@codewords.ai](https://emailto:sales@codewords.ai).

## Annual Plans

Annual subscriptions are available at a discounted rate and include larger upfront credit allocations.

Annual plans are ideal for teams and businesses with predictable automation usage throughout the year.

## Credit Top-Ups

Top-ups are available on paid plans and are added instantly to your wallet.

Subscribers also receive bonus credits on top-ups depending on their plan.

## Monitoring Usage

To understand how your credits are being consumed, head to the [**Usage page**](https://codewords.agemo.ai/usage). It’s the single place to review your cycle spend, top categories, and a day-by-day breakdown of what each credit was spent on.

The Usage page shows:

* **Cycle spend** — total credits used in the current billing cycle, with a daily bar chart split by **Chat** and **Runs**.
* **Wallet, Plan, and Top Category** — your current balance, subscription tier, and the category you’re spending the most on (e.g. Chat or Runs).
* **Day-by-day breakdown** — click any day to see every chat and workflow run that consumed credits that day, with per-item call counts and credit costs.

See the dedicated [Usage](https://github.com/agemoai/cw-docs/blob/main/Automations/usage.md) guide for a full walkthrough. For run logs, statuses, and scheduled runs (not credits), see the [Activity](https://github.com/agemoai/cw-docs/blob/main/Automations/activity.md) page.

## Credit Rollover and Expiration

Unused subscription credits continue rolling over between billing cycles while your subscription remains active.

Top-up credits remain in your wallet until used.

Credits are prepaid, non-refundable, and non-redeemable for cash, in line with standard industry practices.

For more details, please refer to our [Terms and Conditions](https://www.codewords.ai/terms-conditions).

## Managing Your Subscription

You can upgrade, downgrade, or cancel your subscription at any time from your [Wallet page](https://codewords.agemo.ai/account/wallet).

If you downgrade to the Free plan, any remaining credits in your wallet will remain available until used.

<figure><img src="/files/oNB8XTCniKpFAhvqaUB0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codewords.ai/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
