---
title: "Create a Vault profile"
method: POST
path: "/vault/profiles"
tags: ["Vault"]
---

# Create a Vault profile

`POST /vault/profiles`

Creates a new Vault signer profile owned by the authenticated user. The shared flag requires admin privileges.

## Request body

- object
  - `name` string, required
  - `vaultAddr` string, required
  - `vaultNamespace` string
  - `oidcMount` string
  - `oidcRole` string
  - `sshMount` string
  - `sshRole` string, required
  - `validPrincipals` string
  - `keyType` string
  - `shared` boolean

## Response `201`

Created Vault profile object.

## Other responses

- `400` — Missing required fields.
- `403` — Non-admin attempted to create a shared profile.
- `500` — Failed to create vault profile.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
