---
title: "Add Permission"
method: POST
path: "/internal/add-permission"
tags: ["internal"]
---

# Add Permission

`POST /internal/add-permission`

Add a new permission to the system.

DEPRECATED: permissions are now defined in code (``backend/defs/archetypes.py``
``PERMISSION_CATALOG``) and projected into the DB by the deploy reconcile
(``backend.scripts.sync_permissions``). Add new permissions to the catalog, not here.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
