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

SDK guide

PreviousManage API keysNextRate limit

Last updated 4 months ago

  • Overview
  • Menu for SDK guide

Overview

SDK Platform API for Key Management Service. Provides key management and cryptographic operations for SDK integration.

Ready-to-use code snippets to help your team integrate KMS API quickly. Copy, paste, and replace placeholder values with your actual API key and key IDs.

Menu for SDK guide

  • Authentication method

  • Key Management

  • Crypto Operations

  • Models (For more details, please access the SDK in the KMS app to view the full information.)

  • This API supports two authentication methods: API Key (simplest) & OAuth 2.0 Client Credentials (M2M)

    • Key lifecycle operations - create, update, and rotate keys

    • Cryptographic operations - encrypt and decrypt data using CMKs

    • ErrorResponse​Copy

    • CreateKeyRequest​Copy

    • UpdateKeyRequest​Copy

    • RotateKeyRequest​Copy

    • KeyResponse​Copy

    • KeyData​Copy

    • EncryptRequest​Copy

    • DecryptRequest​Copy

    • EncryptResponse​Copy

    • DecryptResponse​