REST API
Get started with the Coder API:
Quickstart
Generate a token on your Coder deployment by visiting:
https://coder.example.com/settings/tokens
List your workspaces
# CLIcurl https://coder.example.com/api/v2/workspaces?q=owner:me \-H "Coder-Session-Token: <your-token>"
Use cases
See some commonuse cases for the REST API.