Documentation

​
​

Development

User Acquisition

Monetization

Industry

Services

Collaboration

LiveOps

Multiplayer

Services

​
​
Overview
  • Overview
  • Get started
  • Pricing and billing
  • Concepts
    • Access control
    • Asset management
    • Asynchronous code
    • CLI
    • Create Asset Store packages
    • Environments
    • Environments API
    • Unity Cloud Services APIs
    • Privacy and Data Safety
    • Services Core SDK API
    • Unity Dashboard
    • Upgrade SDK versions
  • Release notes
Secret Manager
  • Overview
  • Concepts
  • Tutorials
  • Reference
Services
  • Collaboration
  • LiveOps
  • Multiplayer
Reference
  • Overview
Solutions
  • Overview
  • Sample projects
  1. Overview

Unity Cloud Services APIs

Access Unity Cloud Services through low-level APIs.
Read time 1 minute
Last updated 9 months ago

The Unity Cloud Services APIs package provides developers with low-level access to Unity Cloud Services through a set of APIs. These APIs are structured into four different clients: Game, Server, Trusted, and Admin, each catering to different roles and use cases, such as tooling in the Editor, server logic, or game client logic.
These packages are capable of performing admin operations from the Editor, or any trusted operations from a dedicated server.
Use the following methods for other admin tooling outside of the Dashboard:
  • Deployment window from the Editor.
  • UGS CLI to automate Dashboard operations, or any other admin API activity.
Refer to the package documentation for more information.

API clients

The APIs are offered through four clients:
  • Game client: To perform game operations as a player.
  • Server client: To perform game operations from a server using a server token or service account exchange token.
  • Trusted client: To perform game operations as a trusted user using service account exchange token.
  • Admin client: To perform administration operations.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • API clients


Report a problem with this page