Provely charges per verified action. Every plan carries every feature. Only the allowance changes. Developer is free with 1,000 verified actions. Startup, Pro, and Team cost $99, $249, and $499 a month for 10,000, 50,000, and 250,000 actions.

A verified action is one metered call to the verification API. The plan bucket pays first and refills each calendar month. A bought pack pays the rest and does not expire.

Which plans exist?

PlanPriceVerified actions per month
DeveloperFree1,000
Startup$99 per month10,000
Pro$249 per month50,000
Team$499 per month250,000

What does each plan include?

Every plan includes every feature in this list. Only the monthly allowance changes.

  • Intent compilation: pass the agent prompt, then confirm the compiled contract.
  • The hosted verification runtime, and the local runtime you run yourself.
  • Every verifier: HTTP readback, SQL, webhook, and your own.
  • Every Official skill, with the version support and the drift alerts.
  • Provider event ingestion, with signature checks and deduplication.
  • Workflow contracts across more than one system.
  • Evidence history, retry directives, and the receipt archive.
  • The dashboard, the alerts, and every seat on your team.
  • The SDKs, the CLI, the MCP server, and the REST API.

You never compare four feature lists. Pick the row that matches your volume, and change it in the dashboard when the volume changes.

What is a metered action?

  • Each call to POST /v1/operations/{id}/verify reserves one credit, then settles it.
  • A call with a reused idempotency key returns the stored result. It is not counted again.
  • A refunded call returns its credit. A retry runs again.
  • The plan bucket pays first. The bought bucket pays when the plan bucket is empty.
  • When both buckets are empty, the API answers 402 with the plans and the packs you can buy.

Which packs exist?

PackVerified actionsPrice
1,000 verified actions1,000$29 once
10,000 verified actions10,000$199 once

Always free: the SDKs, the contract format, the receipt validator, and the generic verifier interface. The compiler and the maintained Official skills are the paid product.

Does a cheaper plan give me fewer features?

No. Every plan carries every feature. The Developer plan verifies 1,000 actions a month, and the Team plan verifies 250,000.

Is a PENDING verdict charged?

Each verify call is one metered action. Set a poll interval in the contract timing policy, so the runtime observes at the pace the provider needs.

Do I need a card for the Developer plan?

No. The Developer plan refills 1,000 verified actions on the first call of each month.

How do I pay?

Through Stripe Checkout. The API grants credits only from a signed Stripe webhook. A refund or a dispute reverses the grant once.