Platform layer

The guardrails behind Solen AI.

Solen AI is the macro system. Its infrastructure layer exists to make beta agent workflows safer: isolated execution, traceable output, rate limits, and human approval before high-risk changes.

Core concepts

Autonomy needs a runtime, not just a prompt.

Sandbox

Isolated execution

Agent work should run away from production systems by default, with strict boundaries.

Audit

Traceable output

Tasks, patches, and actions should leave a clear record that can be reviewed later.

Control

Security gates

Forms and APIs use rate limits, Cloudflare Turnstile support, and generic responses to reduce abuse.

Deployment path

GitHub, Vercel, and Cloudflare stay in the loop.

GitHub Source changes ship through the repository and deployment branch.
Vercel The landing site and waitlist API run as a static site plus serverless endpoint.
Cloudflare Turnstile and rate-limiting controls protect public forms and API calls.