Skip to main content
POST
Create a credit limit policy
The organization bot token must have the following scopes:
  • credit-limit-policy:write

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Notion-Version
enum<string>
required

The Admin API version to use for this request.

Available options:
2026-06-01

Path Parameters

space_id
string<uuid>
required

Body

application/json
amount
integer
required

Monthly premium AI credit limit.

Required range: 0 <= x <= 10000000
selector
object
required

All workspace members or one workspace member affected by the policy.

expires_at
integer

Unix time in milliseconds. Only individual workspace-member policies may expire.

Response

policy
object
required