> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Itential Platform Cloud API introduction

> REST API reference for Itential Platform Cloud, built on OpenAPI 3.1.0.

The Itential Platform Cloud API uses OpenAPI 3.1.0 specifications and supports Basic Authentication and OAuth 2.0 to authenticate requests. This reference documents available APIs for Platform Cloud, including HTTP response codes that indicate success or failure. Platform Cloud APIs use standard HTTP verbs to perform CRUD operations.

---

## Ports and base path

| Setting    | Default value |
| ---------- | ------------- |
| HTTP port  | `3000`        |
| HTTPS port | `3443`        |
| Host       | `127.0.0.1`   |
| Base path  | `/`           |

Both IPv4 and IPv6 are supported.