---
title: "Initialize a new package/app"
method: POST
path: "/credentials/packages"
tags: ["App Credentials"]
---

# Initialize a new package/app

`POST /credentials/packages`

Creates a new package (identified by `packageName`) under which credentials can be grouped. Returns a conflict if a package with the same name already exists for the user.

## Request body

- PackageSchema
  - `packageName` string, required

## Response `200`

Package initialized

- object
  - `success` true, required
  - `message` string, required
  - `data` PackageSchema, required
    - `packageName` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
