> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usezentra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscriptions

> Draft/reference recurring-billing helpers retained outside the reviewed default public gateway contract

<Warning>
  Draft/reference namespace only. Subscription APIs are retained here for tenant-specific overlays, compatibility, and reference implementations, not as part of the reviewed public API default.
</Warning>

## Status

`/v1/subscriptions/*` remains outside the reviewed public gateway surface in this repo.

The recurring-payment primitives needed to build subscriptions live in the reviewed payments surface. The higher-level subscription product flow remains draft/reference unless your tenant exposes it separately.

## Why It Is Still Here

* recurring billing can be composed from reviewed payment primitives
* reference subscription implementations still exist outside the live runtime
* some generated specs and SDKs still retain subscription helpers

## Related Pages

<CardGroup cols={2}>
  <Card title="Reviewed Public Surface" icon="shield-check" href="/resources/reviewed-public-surface">
    See the exact reviewed HTTP namespaces in the live gateway.
  </Card>

  <Card title="Plans" icon="layers" href="/api-reference/plans/overview">
    Related draft/reference plan helpers.
  </Card>
</CardGroup>
