# Create App deploy token (/apps/App_create_deploy_token)

`POST /apps/{app_name}/deploy_token`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |

## Request Body

Type: `CreateAppDeployTokenRequest`

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `expiry` | `string` | No |  |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `CreateAppResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.