DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › Authentication

Authentication

Long-lived tokens can be generated to perform actions on behalf of your user account:

coder tokens create

You can use tokens with the Coder’s REST API using the Coder-Session-Token HTTP header.

curl 'http://coder-server:8080/api/v2/workspaces' \
  -H 'Coder-Session-Token: *****'
esc