---
title: "SudoGrantTrialCredits grants additional trial credits to an organization on the credit-based trial plan."
method: POST
path: "/v1/superuser/organization/trial/grant-credits"
---

# SudoGrantTrialCredits grants additional trial credits to an organization on the credit-based trial plan.

`POST /v1/superuser/organization/trial/grant-credits`

## Request body

- V1SudoGrantTrialCreditsRequest
  - `amountUsd` number, double — Amount of trial credits to grant in USD.
  - `description` string — Optional human-readable reason for the grant.
  - `org` string

## Response `200`

A successful response.

- V1SudoGrantTrialCreditsResponse
  - `grantedUsd` number, double — The grant amount actually applied, in USD.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-05-06** (v1) `9f1bf1f2a520` — 1 info
  - endpoint added
- **2025-12-11** (v1) `f317ff96998d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/superuser/organization/trial/grant-credits/post.md)

---

[API](https://skmtc.dev/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.dev/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/abe7a430f373/schema)
