Status & service health
How to check whether the platform is healthy and whether your client is up to date.
Platform status
Section titled “Platform status”Service health for the Subaya platform is published at subaya-dev.com. Check there first if commands are timing out or runs are stuck.
Confirm connectivity from the CLI
Section titled “Confirm connectivity from the CLI”A quick way to verify the API is reachable and your credentials resolve:
suya auth whoami # calls the API and prints the resolved identityIf this fails, work through Troubleshooting.
Keep your client current
Section titled “Keep your client current”A stale CLI is a common source of confusing behavior. Check your version and whether a newer release is available:
suya version # show version metadatasuya update --check # report whether a newer release existssuya update # upgrade to the latest releaseRun suya update --check periodically — especially before filing an issue — so you
know you’re on a current client.