We use cookies to make your experience better.
Learn more about Coder's API.
To help you integrate Coder into your automated workflows, we've documented our API.
Use of the API requires authentication with a session token. You can generate one using the Coder CLI:
If you haven't already, authenticate your CLI with your environment.
Run coder tokens create <TOKEN_NAME>
Save the token that's returned to use in your HTTP headers:
curl \
-X GET "https://apidocs.coder.com/api/" \
-H "accept: application/json" \
-H "Session-Token: Bk...nt"
Please note that the API is under active development; expect breaking changes as
we finalize the endpoints. We will place stable API routes under the /api/v1
path.
Our docs are open source. See something wrong or unclear? Make an edit.