Validation first
Telegram token checks run before any charge or install starts.
platform.thespawn.io // production flow
Spawn gives you a direct path from local code to a live Telegram agent: Google sign-in, payment-gated deploy via OnChainOS, runtime provisioning in OpenClaw, and bot delivery in one flow.
Telegram token checks run before any charge or install starts.
OnChainOS charge status gates provisioning so installs do not run unpaid.
OpenClaw install state is mapped to clear deployed, failed, or booting results.
OnChainOS webhook signatures are verified before accepting callbacks.
Technical path
The homepage routes through Google OAuth so deploy actions run under a verified session. Signed-in users jump straight to the wizard, while anonymous visitors are sent to auth.
Deploy creates a payment intent through OnChainOS and proceeds only when the charge state is valid. Callback signatures are verified so only authentic settlement events are accepted.
Spawn packages a manifest and calls OpenClaw install with idempotency. Runtime status is normalized into ready, booting, or failed so deployment state is transparent for the client.
User bot tokens are validated before deploy and webhooks bind each bot to the correct agent endpoint, so message delivery does not depend on local machine uptime.
system online
Keep building your agent locally. Spawn owns hosting, payment-gated deployment, and Telegram runtime delivery in one stable path.