Deploy AI generated code
AI generated code follows the same deployment path as code written by hand. Tokay detects what the application needs, shows the setup for review, and checks the deployed version before it receives traffic.
Last updated
AI agent? Start with llms.txt.
Files, GitHub, and coding agents use the same workflow
Tokay accepts AI generated code as pasted files, an uploaded folder, a GitHub repository, or an agent submission. Tokay then identifies the runtime, start command, packages, environment variables, supported database connections, and required system tools.
Production settings wait for your review
Before deployment, the setup review shows the detected Services, resources, and environment variables. Private values go into encrypted Project Secrets, while proposed source changes appear as exact diffs that require approval.
Let the code run the way it was designed
The app gets the runtime it needs without you having to assemble and operate each part yourself. Tokay keeps long running processes alive, starts scheduled work when it is due, and gives web apps and webhooks an HTTPS endpoint.
When the code expects a supported database, Tokay creates it in the Project and supplies the connection through the environment variables the app already reads. The system runs together on your Workspace's dedicated virtual machine.
Let your agent finish the job
Claude Code, Codex, or whichever agent wrote the code can return a verified running service instead of handing you another deployment task. Through Tokay's GraphQL API, it can submit the source, review the detected setup, set the write only secret values you provide, deploy the Services, diagnose a failed deployment, and verify the live app.
Tokay keeps the healthy version active until the new deployment passes its checks. Under Normal release safety, risky or uncertain database migrations wait for human confirmation. Point your agent to app.tokay.io/llms.txt for the deployment protocol.
Deploy your first app on Tokay's permanent free plan without a credit card.