Oten KMS Support
  • Welcome
  • Getting Started
    • What is Oten KMS
    • Why Oten KMS
  • USER GUIDE
    • User guide center
    • For Workspace Member
      • Google Drive
      • Google Calendar
      • Google Meet
      • Google Gmail
    • For Workspace Admin
      • Key management
      • Manage key version and rotation
      • Key lifecycle policies
      • Key usage history
      • Google CSE
        • Default Key Setup
        • CSE configuration
        • CSE Key Selection Rules
      • API Platform
        • Manage API keys
        • SDK guide
        • Rate limit
        • History log
    • For Organization Admin
      • Dashboard
      • Audit Logs
      • Workspace Routing Rules
      • Controlling Key Access in Your Organization
        • Workspace & Organization Routing Rules
        • CSE Key Selection Rules (Within a Workspace)
        • Combining Both Methods (Recommended)
        • Best Practices
      • Gmail provisioning setup
      • CA management
      • API Platform
        • Quota & Policy
        • Workspace quota
  • Google CSE Integration
    • Overview
    • CSE Integration Guideline
    • Google DEK Wrapping
    • Google DEK Unwrapping
    • View Google CSE Files Wrapped by Workspace Key
    • Google CSE Backup & Re-wrap
  • Supported services, applications, and data types with Google CSE
  • API Platform
    • Introduction
  • What's News
    • 2026
      • v1.0.15 - Jul 08, 2026
      • v1.0.14 - Jul 01, 2026
      • v1.0.13 - Jun 23, 2026
      • v1.0.12 - Jun 03, 2026
      • v1.0.11 - May 20, 2026
      • v1.0.10 - May 06, 2026
      • v1.0.9 - Apr 08, 2026
      • v1.0.8 - Apr 01, 2026
      • v1.0.7 - Mar 11, 2026
      • v1.0.6 - Mar 4, 2026
      • v1.0.5 - Feb 11, 2026
      • v1.0.4 - Feb 4, 2026
      • v1.0.3 - Jan 8, 2025
    • 2025
      • v1.0.2 - Dec 22, 2025
      • v1.0.1 - Dec 09, 2025
      • v1.0.0 - Nov 07, 2025
  • Privacy & Terms
    • Privacy Policy
    • Terms of Service
On this page
  1. USER GUIDE
  2. For Workspace Admin
  3. API Platform

Rate limit

PreviousSDK guideNextHistory log

Last updated 4 months ago

  • Rate Limit Inheritance
  • When a key gets throttled

Rate limits control how many times a key can call the KMS API in a time period — protecting your workspace from runaway loops, cost spikes, and one application consuming all the quota.

Window

What it controls?

RPM — Requests per Minute

Short bursts. E.g., max 60 calls in any 60-second window

RPH — Requests per Hour

Sustained load. E.g., max 1,000 calls per hour

RPD — Requests per Day

Daily ceiling. E.g., max 10,000 calls per day

Rate Limit Inheritance

Global Default Policy <- set by Org Admin (all workspaces)

↓

Workspace Global Setting <- set by Org Admin (per workspace)

↓

Per-key Rate Limit <- set by you (Workspace Admin)

  • No Workspace Global Setting: keys follow the Global Default Policy

  • Workspace Global Setting exists: keys are bound to that Workspace Global Setting

  • Keys with a manual limit are not affected when Org Admin changes the global policy

In short: your Org Admin sets the ceiling. You work within it.

When a key gets throttled

Your application receives a rate limit error and should retry after a short wait. In Oten KMS, the key status changes to Throttling and the event is recorded in the History Log. Check which window (RPM/RPH/RPD) is exceeded, wait for the reset, or contact your Org Admin for a higher ceiling.