Documentation Index
Fetch the complete documentation index at: https://unkey.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Unkey Deploy is in public beta. To try it, open the product switcher in the
top-left of the dashboard and select Deploy. During beta, deployed
resources are free. We’re eager for feedback, so let us know what you think
on Discord, X, or
email support@unkey.com.
Project hierarchy
Projects live inside a workspace. A project contains one or more apps, and each app has its own environments, deployments, and configuration.Create a project
- Navigate to your workspace’s Projects page.
- Click New project.
- Enter a project name. Unkey generates a URL-friendly slug from the name, which you can edit.
- Connect your GitHub account if you haven’t already. You can skip this step and connect later.
- Select the repository to deploy from your connected GitHub accounts. To finish onboarding without a repository, for example, if you plan to deploy with the CLI or want to connect GitHub later, click Skip for now.
- Configure initial build and runtime settings. You can change these later.
- Click Deploy to trigger your first deployment.
Project dashboard
After creation, the project dashboard gives you four tabs:| Tab | What it shows |
|---|---|
| Deployments | Active and past deployments across all environments, with commit info and status |
| Logs | Runtime logs from your running instances |
| Requests | HTTP request analytics processed by the Sentinel |
| Settings | Build, runtime, and advanced configuration. See Settings for details |
Delete a project
To delete a project:- Open the project actions menu (three-dot icon on the project card).
- Select Delete project.
- Check the confirmation box acknowledging the permanent deletion.
- Confirm the deletion.

