> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Plane API is organized around REST. Our API has predictable resource-oriented URLs, accepts both form-encoded and JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

All requests use the same base URL: `https://api.plane.com`.

<RequestExample>
  ```bash Base URL theme={null}
  https://api.plane.com
  ```
</RequestExample>

You can interact with the API through HTTP requests from any language. We don’t currently provide any official bindings or libraries.
