> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/cloud/concepts/advanced-concepts/api.md).

# API

Administrators access the Devolutions Cloud API primarily through the Devolutions PowerShell module, which exposes cmdlets for managing Devolutions Cloud data from PowerShell. Using PSHubContext objects, scripts authenticate with an application user and secret, then call commands to create, update, or remove entries, vaults, and users in an automated way.

In daily operations, this API surface is used to integrate Devolutions Cloud with deployment pipelines, CMDBs, or reporting systems. For example, you can use the PowerShell script export type to generate JSON or CSV data and feed it into external analytics, or automatically provision new project vaults and assign groups based on a standardized script.

#### Related topics

* [Devolutions Cloud PowerShell](https://docs.devolutions.net/powershell/devolutions-cloud-powershell/)
* [PowerShell module](https://docs.devolutions.net/powershell/devolutions-cloud-powershell/powershell-module/)
* [PowerShell script export type](https://docs.devolutions.net/cloud/web-interface/tools/export/powershell-script-export-type/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/cloud/concepts/advanced-concepts/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
