Reference
Find the exact commands, endpoints, error codes, SDKs, and release history for every Spacefast interface.
The guides teach workflows. This section holds the exact contracts.
REST API
Generated endpoint schemas and request fields.
CLI
Generated commands, flags, arguments, and examples.
Errors
Stable error codes, meanings, and recovery guidance.
Changelog
Product and package changes by release.
Platform API
Tenant operations for hosting customer sites.
SDK
Typed clients for application code.
Glossary
Every term these docs use, defined once.
For direct HTTP integration guidance, start with the REST API guide. For agent tooling such as MCP, skills, and machine-readable docs, see Agents.
Troubleshooting
Find the symptom and follow the link.
- A domain does not resolve or serve the space: run
sf domains checkandsf domains diagnostics, then fix the records diagnostics reports. See Verify DNS and SSL. - The homepage is missing: the folder or zip needs
index.htmlat the root. See What serves the homepage. - An upload or finalize fails: retry the publish. A publish rejected over the storage quota does not affect the live site. See Retention and storage.
- A bad publish is live: promote a known-good version. See Promote and roll back.
- A version URL asks for sign-in: the live URL is not affected. See Permanent version URLs.
- Every page asks for a password: space password protection is on, and
Spacefast rejects
_headersBasic Auth. See Control who can visit. - The CLI misbehaves locally:
sf doctorchecks local state, auth, API reachability, and the current space link.