---
title: "Create Secret Manager Token"
method: POST
path: "/security/integration-tokens"
tags: ["Secret Managers"]
---

# Create Secret Manager Token

`POST /security/integration-tokens`

Create and validate a Doppler, Infisical, or Vault integration token.

## Request body

- object
  - `provider` 'doppler' | 'infisical' | 'vault', required
  - `name` string, required
  - `token` string, required
  - `metadata` object

## Response `201`

Integration token created.

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `422` — Validation error.

## Changes

- **2026-09-19** `b5f81ea5b5b5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/security/integration-tokens/post.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/5fe936a59290?raw)
