Build on Neytom
List instances, enqueue deploys, and destroy stacks with a Bearer token — or use the CLI from your terminal.
Quick start
# Create a write key at /integrations.php then: export NEYTOM_TOKEN=nt_… curl -sS -H "Authorization: Bearer $NEYTOM_TOKEN" \ https://neytom.com/api/instances.php | jq . # Deploy free Nano subdomain (after offer is active) curl -sS -X POST -H "Authorization: Bearer $NEYTOM_TOKEN" \ -d "domain=myapp.neytom.com&plan=nano&stack=wordpress&is_subdomain=1" \ https://neytom.com/actions/deploy_v1.php
CLI
npx neytom whoami npx neytom instances npx neytom deploy myapp.neytom.com --plan nano --stack wordpress npx neytom destroy myapp.neytom.com
Set NEYTOM_TOKEN in your environment. Package lives under /cli/neytom on this host.
OpenAPI
Machine-readable spec: /developers/openapi.json
Related
- Integrations — API keys & GitHub
- App Hosting — Coolify / Git path
- vs Railway · vs Vercel · Guides
FAQ
How do I get an API key?
Sign in → Integrations → create a key with read or read write scope. Copy the nt_… token once.
Does deploy need write scope?
Yes. List is read; deploy and destroy require write.
Is there a CLI?
Yes — npx neytom (see below). It wraps the same HTTP API.
OpenAPI?
https://neytom.com/developers/openapi.json
Git push deploy?
Connect GitHub on Integrations, configure the webhook URL from the Git panel (Standard+ / VPS).
Free tier for testing?
Nano on *.neytom.com is free 30 days, no card — after email verify.