> For the complete documentation index, see [llms.txt](https://docs.agents.opsera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agents.opsera.ai/reference/billing-and-pricing.md).

# Billing and Pricing

{% hint style="info" %}
Billing for Opsera Agents is **coming soon**.

We are currently building a flexible, usage-based pricing model. Until billing launches, new users receive **full access to all features with a 30-day free trial — no credit card required.**
{% endhint %}

### Free Trial

During your trial, you get unrestricted access to the entire Opsera Agents platform.

Your trial includes:

* **All AI Agents**\
  Access architecture analysis, security scanning, SQL security, compliance auditing, and more.
* **Unlimited MCP Calls**\
  No usage limits while exploring the platform.
* **Full Security Suite**\
  Includes SAST scanning, CVE detection, and secret discovery.
* **Compliance Auditing**\
  Evaluate systems against major frameworks such as **SOC2, HIPAA, PCI-DSS, and ISO 27001**.

### Trial Milestones

As you use Opsera Agents, you unlock milestone badges during your trial.

| Milestone  | Achievement    |
| ---------- | -------------- |
| **Day 1**  | Explorer Badge |
| **Day 5**  | Rising Star    |
| **Day 10** | 10-Day Streak  |
| **Day 20** | DevOps Pro     |
| **Day 30** | Champion Badge |

These milestones highlight your progress as you explore the platform and run agents across your projects.

### Upcoming Pricing

Flexible pricing plans will be introduced soon, including:

* **Individual developer plans**
* **Team and enterprise tiers**
* **Usage-based billing**

Your trial will continue until billing officially launches.


---

# 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.agents.opsera.ai/reference/billing-and-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.
