After you deploy
After a deployment, the dashboard shows what is running and whether anything needs attention.
AI agent? Start with llms.txt.
Deployment status and evidence
The dashboard summarizes the current status of every Service. Open a Service to find its live URL, logs, deployment history, settings, and next available update action. Shared Config, Secrets, and databases are managed from the Project page because multiple Services in the Project may use them.
What each Service type shows
Web apps show the live URL, current status, and deployment history. Scheduled jobs add the configured schedule, next run time, Run Now, and the output from every run. Webhooks include the endpoint and request log for incoming events. Background workers center on live process logs and incident history.
Update code from its source
For pasted code, open Code, choose the repository, and edit from Source Code. Tokay Git and GitHub updates begin with another commit and push. The Project's auto-deploy setting then decides whether the prepared version deploys or waits for Update.
When a build or deployment fails, the diagnosis identifies the failed stage, shows the available evidence, and recommends the next action. If Tokay proposes a source fix, it appears as an exact diff. With pasted code, you can review and apply the diff in Tokay. Git and GitHub fixes must be committed to their source repository.