Account and project setup
edgespark init now scaffolds a root project with server/, web/, configs/, and edgespark.toml. Install dependencies separately in server/ and web/ after scaffolding.
--agent is required. The current mappings are:
claudewritesCLAUDE.mdgeminiwritesGEMINI.mdcodexwritesAGENTS.md- Any other agent name also writes
AGENTS.md
copilot, cursor, opencode, amp, devin, aider, windsurf, cline, continue, antigravity, kiro, or your own custom agent name all currently scaffold AGENTS.md.
Local development
Deploy
Custom domains
See the custom domains guide for the end-to-end flow.New projects currently expose one default production environment. Public staging and promote workflows are coming soon, so they are intentionally not documented here yet.
Logs
Pull platform-managed files
Database
Storage
Secrets
Vars
Auth configuration
See also
CLI installation
How to install and authenticate the EdgeSpark CLI.
Deploy and test loop
How to use
edgespark deploy and edgespark log tail in the development loop.The deploy pipeline
What happens at each step when you run
edgespark deploy.Declarative workflow
How repo-authored schema, pull commands, and generated types fit together.