---
title: "Create"
method: POST
path: "/v3/configs/config/tokens"
---

# Create

`POST /v3/configs/config/tokens`

Service Token

## Request body

- object
  - `project` string, required — Unique identifier for the project object.
  - `config` string, required — Name of the config object.
  - `name` string, required — Name of the service token.
  - `expire_at` string, date-time — Unix timestamp of when token should expire.
  - `access` 'read' | 'read/write' — Token's capabilities.

## Response `200`

200

- object
  - `token` object
    - `name` string
    - `slug` string
    - `created_at` string
    - `key` string
    - `config` string
    - `environment` string
    - `project` string
    - `expires_at` unknown
    - `access` string

---

[API](https://skmtc.net/doppler/apis/core.md) · [All operations](https://skmtc.net/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doppler/core/revisions/8f244bc5b038/schema)
