> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/~/revisions/CBsznWzxyNtIJHNMAo7I/get-started/pricing.md).

# Pricing

### How CodeWords pricing works

CodeWords offers two types of pricing models:&#x20;

* **Usage-based**: A credit-based system that let's you pay as you go.&#x20;
* **Subscription plans**: Charged monthly. Receive a specified top-up so you can keep building.&#x20;

#### Free credits for new users

When you sign up, you automatically receive $5 in free credits.\
Use them to test, build, and run automations with zero commitment.

### Plans and subscriptions

| Free                             | Pro ($20/Month)                  | Max($100/month)                   |
| -------------------------------- | -------------------------------- | --------------------------------- |
| $5 of starter credits (one-time) | $20 in credits added monthly     | $100 in credits added monthly     |
| \~12 workflow builds from chat   | \~50 workflow builds from chat\* | \~250 workflow builds from chat\* |
| \~2,500 workflow executions      | \~10,000 workflow executions\*   | \~50,000 workflow executions\*    |
| Basic support                    | Priority support                 | Priority support                  |
| Custom top-ups available anytime | Priority support                 | 1:1 consultations with the team   |
|                                  | Credits roll over                | Credits roll over                 |
|                                  | Custom top-ups                   | Custom top-ups                    |

\*Estimated figures. Varies based on workflow complexity.

#### Custom - Enterprise

For more extensive automation usage.&#x20;

Email **<support@agemo.ai>** for pricing options, dedicated support, and custom arrangements.

### What credits are and how they work

Every action, whether building with Cody or running a workflow, consumes a small amount of credits. This is based on the computational resources and integrations involved.

#### Credits are used when you:

* Build automations through chat with Cody
* Edit existing workflows
* Run workflows (manual, scheduled, or triggered)
* Use AI, external APIs, or web automation

After you've first run a workflow, you'll be able to see its estimated cost per run from the run page.&#x20;

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

There are no idle fees, nor background charges.&#x20;

We're constantly working on making our pricing more transparent.

You can check your real-time balance anytime in the bottom-left of your screen, or by clicking `Account` and heading to your [Wallet](https://codewords.agemo.ai/account/wallet).

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

### Usage and cost breakdown

#### Building automations

Creating workflows or AI Agents through conversations with Cody.

* **Typical cost:** $0.50–$2 per automation
* More complex logic / API workflows may cost slightly more

#### Editing automations

Updating or customizing an existing workflow or template.

* **Typical cost:** $0.10–$1 per edit
* Multi-step logic or advanced changes may use additional credits

#### Running automations

Workflow runs (manual, triggered, or scheduled)

* **Typical cost:** $0.00001–$1 per run (varies by complexity)
* Costs depend on:
  * Number of steps
  * API calls
  * Data size
  * Integrations used

#### Failed runs

You’re only charged for the steps completed before the failure.

#### Variable workloads

Larger inputs cost more: for example, scraping 100 LinkedIn profiles in one go.&#x20;

### Detailed usage history

You can view a precise breakdown of all your usage in the [**History**](https://codewords.agemo.ai/workflows/history) tab:

* Credits used per workflow run
* Credits used while building with Cody
* Timestamps, run logs, and cost explanations

Visit [**History**](https://codewords.agemo.ai/workflows/history) inside your dashboard.

### [Wallet and top-ups](https://codewords.agemo.ai/account/wallet)

You can always add more credits, even if you’re on a subscription.

This allows you to get the most out of CodeWords, without paying for anything you don't use.&#x20;

#### To top up:

1. Go to **Settings →** [**Wallet**](https://codewords.agemo.ai/account/wallet)
2. Click **Top up**&#x20;
3. Choose a preset amount or enter a custom amount (min $5)
4. Credits will appear instantly

Top-ups are perfect if you prefer pay-as-you-go or need extra credits beyond your subscription.

### Need help?

To get direct support from the team and CodeWords community, join our [Discord](https://discord.codewords.ai) channel.&#x20;

You can also send us an email at <support@codewords.ai>&#x20;

Our official documentation is at [docs.codewords.ai](https://docs.codewords.ai/). You can find video tutorials on our [YouTube channel](https://www.youtube.com/channel/UCE5LEHbcDxie0KzTfYf0Mzg).

#### **Can I make money from my workflows?**

Yes! You can build custom automation solutions for clients using CodeWords as your platform. A **CodeWords creator program** is also coming soon. [Learn more](https://www.notion.so/agemo/CodeWords-Champions-2632b520705580e692f6fa8eb0528cd1).

### FAQs

<details>

<summary>Are there hidden costs I should know about?</summary>

No. Everything you need to know about CodeWords pricing can be found in this documentation page. \
\
Our mission is to make our pricing as transparent as possible and we're always looking for ways to improve this.&#x20;

</details>

<details>

<summary>Why is AI automation pricing so confusing?</summary>

We get it, AI automation pricing has long been a confusing aspect of the category. (We don't like how confusing it is either)!

We're working to simplify AI automation pricing by surfacing usage costs and estimated across our platform.&#x20;

</details>

<details>

<summary>Do you have a free tier?</summary>

When you sign up, you'll automatically be given $5 in free credits to test out the platform. \
\
Once you're out of credits, you can easily top-up. You can also take part in our [Referral Program](https://docs.codewords.ai/guides/referral-program) to get $5 free credits every time you refer someone and they build their first workflow.&#x20;

</details>

<details>

<summary>What happens if I exceed my credit limits?</summary>

CodeWords has guardrails in place which mean you won't ever drop into negative credits. \
\
If you have scheduled workflows, and you don't have enough credits for them to run, you'll receive an email notifying you that your workflow failed. In this case, you'll need to top-up your account with more credits in order for your workflows to continue running as normal.&#x20;

</details>

<details>

<summary>Can I make money from my workflows? </summary>

Yes! You can build custom automation solutions for clients using CodeWords as your platform. In the future, we'll be expanding our marketplace.&#x20;

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.codewords.ai/~/revisions/CBsznWzxyNtIJHNMAo7I/get-started/pricing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
