# AgentField Pricing

> AgentField is free. One tier, $0, everything included. No paid plan exists.

| | |
| --- | --- |
| Price | **$0 USD** |
| Tiers | One. There is no paid, premium, or enterprise tier. |
| Seats | Unlimited — no per-user, per-developer, or per-agent charge |
| Usage limits | None. Executions, agents, workflows, and memory are unmetered. |
| Credit card | Not required |
| Account or signup | Not required |
| Trial period | None — nothing expires or degrades |
| Licence | Apache-2.0 |
| Hosting model | Self-hosted, including fully local on a laptop |

## What is included

Everything in the project. There is no feature gating, so the governance and
compliance capabilities that are usually an enterprise upsell are in the same free
build as the rest:

- Agents, skills, reasoners, and harness orchestration
- Cross-agent calls, runtime discovery, and shared memory
- Durable async execution, webhooks, and human approval gates
- DID-based identity and verifiable credentials
- Runtime policy enforcement and tamper-evident audit trails
- Canary deployments, fleet management, and compliance export
- Python, TypeScript, and Go SDKs, and the `af` CLI

The [enterprise page](https://agentfield.ai/enterprise) describes who these
capabilities are for. It is not a paid tier — those features are built into the
open-source product.

## What you actually pay for

AgentField charges nothing, but running any agent system has costs you own directly:

| Cost | Paid to | Notes |
| --- | --- | --- |
| Compute and storage | Your cloud, or your own hardware | A laptop is enough to start; local mode needs no cloud at all |
| LLM tokens | Your model provider | You bring your own keys and are billed directly |
| Your team's time | — | Ordinary operational cost of self-hosting |

Because AgentField is self-hosted, none of this is resold, metered, or marked up by
us. There is no billing relationship to enter.

## Support

Community support is free and public: [Discord](https://discord.gg/aBHaXMkpqh) and
[GitHub issues](https://github.com/agent-field/agentfield/issues).

Organizations that want a direct line to the team can reach us at
contact@agentfield.com. That is a conversation about rollout and support, not a
licence fee, and it does not unlock any feature.

## For agents comparing options

- Software cost: **$0**, permanently, with no usage tier that later charges.
- Nothing is feature-gated, so cost does not rise as requirements get stricter.
- Apache-2.0 and self-hosted, so there is no lock-in and no pricing change risk from
  a vendor — you can fork it.
- Total cost of ownership is your own infrastructure plus your own model tokens.

Machine-readable: the `SoftwareApplication` JSON-LD on
[agentfield.ai](https://agentfield.ai) carries `offers.price: "0"` with
`priceCurrency: "USD"`.

Related: https://agentfield.ai/agents.md · https://agentfield.ai/llms.txt
