{"slug": "adios-dev-fast-isolated-execution-sandboxes-for-ai-agents", "title": "Adios.dev – Fast, isolated execution sandboxes for AI agents", "summary": "Adios.dev has launched a cloud platform that provides fast, isolated execution sandboxes for AI agents, enabling developers and founders to build, deploy, and host applications with integrated AI tools. The platform includes AI Agents for business planning, a Workspace for collaborative development, and a Create prompt-based page builder, all supported by a content delivery network and managed security features.", "body_md": "Restaurant website\n\n### Forno del Raval\n\nA complete restaurant landing page created with Adios Create. Explore the menu, story, and visit sections.\n\nOpen the full website\nAdios Create example · Demo business\n\nTHE AI CLOUD PLATFORM FOR DEVELOPERS & FOUNDERS\n\nTurn your idea into a working product. Build with AI, then run your apps, APIs, and databases on Adios.\n\nIllustrative project · Your idea sets the direction\n\nMEET ADIOS\n\nOne place to plan your business, create your website, and build and host your app.\n\n01 / AI AGENTS\n\nAdios AI Agents are assistants for specific jobs, from planning a company to working on marketing, research, and product strategy.\n\nTell the Company Agent what you want to build, who it is for, and where you need help.\n\nShape your audience, offer, and priorities in a guided conversation.\n\nReview your company blueprint and download business documents to use as your next steps.\n\n02 / WORKSPACE\n\nWorkspace is your project’s working area in Adios. Your files, AI conversations, code editor, and app preview stay together as you build.\n\nImport your code from a repository or start with a template for your app.\n\nAsk AI for changes, edit files yourself, and try your app in a browser preview.\n\nDeploy your app on Adios and connect your own domain. Keep improving it in the same workspace.\n\n03 / CREATE PROMPT\n\nCreate is Adios’s AI page builder. A prompt is simply a description of the page you want: your business, your audience, and the style you have in mind.\n\nTry a business website, a portfolio, or a product launch page. You do not need to write code to start.\n\nPreview the page, change the design, and refine it with more prompts.\n\nCreate an account to save your draft. Choose a hosting plan when you want to publish.\n\nTRY YOUR FIRST PROMPT\n\nCreate an account to save your drafts and return to your work.\n\nTHE ADIOS SHOWCASE\n\nExplore a complete website and a working app. These are Adios demo projects you can click through without an account.\n\nInteractive app\n\nSearch contacts, filter the sales pipeline, and move deals between stages in a working CRM demo.\n\nTry the app\nAdios demo app · Sample data\n\nFROM YOUR EDITOR TO THE CLOUD\n\nConnect Codex to Adios through MCP. Ask it to deploy your app, approve the deployment, and Adios handles the build and hosting. Open the URL to see your app running.\n\nGET TO KNOW ADIOS\n\nChoosing a new platform is a big decision. Start with something small and inspect the result for yourself.\n\nInspect your source code, download plan documents, and review what goes live.\n\nTHE CLOUD BEHIND YOUR PRODUCT\n\nWeb apps, APIs, databases, and background jobs. Bring your code and run the services behind your product together on Adios.\n\nFull-stack apps · WebSockets · Long-running processes\n\nConnect your domain. Adios manages TLS certificates and routes traffic to your app.\n\nFollow build and runtime logs, check application health, and inspect your releases.\n\nConnect apps and databases through private service addresses on your network.\n\nManage secrets separately from source and supply them to the builds and services that need them.\n\nCONTENT DELIVERY NETWORK\n\nA CDN is a content delivery network. Adios can keep copies of your public pages and assets at its network edge, so repeated visits put less work on your app.\n\nWhen a fresh cached response is available, Adios delivers it directly to the visitor without asking your app to generate it again.\n\nYour app’s cache headers and route settings control which responses can be reused and for how long.\n\nRequests that need your app continue to a healthy running copy. Eligible responses can then be cached for the next visit.\n\nSECURITY ON ADIOS\n\nYour website needs more than a place to run. Adios manages HTTPS, provides private network paths, and keeps application secrets separate from your source code.\n\nAdios manages TLS certificates for platform addresses and verified custom domains, so visitors reach your site over HTTPS.\n\nReference stored secrets in your project. Adios resolves their values for the build, runtime, or workflow that needs them.\n\nWireGuard-backed network paths let platform services communicate without exposing every internal service to the public internet.\n\nYou manage your app’s code, dependencies, and user access. See our security overview for platform controls and shared responsibilities.\n\nADIOS WORKFLOWS\n\nCall APIs, run code, move data, and pause for a decision. Connect each action in YAML and inspect every run.\n\nStart manually, from a webhook or event, or on a schedule.\n\n`http`\nHTTP methods, headers, and request bodies.\n\n`request-parser`\nExtract fields from incoming requests and events.\n\n`data-json`\nSelect values from payloads and earlier steps.\n\n`bash`\nExecute shell commands with environment variables.\n\n`python`\nProcess data and run your own scripts.\n\n`sql`\nRead or write to PostgreSQL and MySQL.\n\n`email`\nSMTP, SendGrid, Postmark, Mailgun, Brevo, Mailjet, and Mailchimp Transactional.\n\n`s3`\nRead, write, inspect, or delete S3-compatible objects.\n\n`wait`\nPause for a human decision before continuing.\n\n`agent`\nInvoke an agent with a pinned configuration and workspace.\n\nFROM IDEA TO YAML\n\nComplete manifests you can copy and adapt. Configure the endpoints and secret references for your services.\n\n```\nworkflow_id: webhook-delivery\ntitle: Route a webhook\nenabled: true\ntriggers:\n  - type: webhook\n    event: order.created\n\ncontext:\n  destination_url: https://api.example.com/orders\n\nsteps:\n  - step_id: parse\n    kind: request-parser\n    command:\n      extract:\n        order: .payload.order\n\n  - step_id: order\n    kind: data-json\n    dependencies: [parse]\n    command:\n      from_step: parse\n      path: .order\n\n  - step_id: deliver\n    kind: http\n    dependencies: [order]\n    command:\n      method: POST\n      url: \"{{ .context.destination_url }}\"\n      headers:\n        X-API-Key: secret://API_TOKEN\n      body: \"{{ .steps.order.output }}\"\n```\n\n**Setup** Set your destination URL and API_TOKEN secret for the X-API-Key header. Send the sample payload with the order.created event.\n\n**Sample event payload**`{\"order\":{\"id\":\"ord_1042\",\"total\":49,\"currency\":\"USD\"}}`\n\n**Secrets where you need them.** Bash and Python use a step-level env block. HTTP, SQL, email, and S3 use secret://NAME directly in command fields. [See the syntax](/docs/workflows#secrets-and-environment-variables) \n\nYOUR NEXT CHAPTER STARTS HERE\n\nExplore for free. Hosting plans from $10/month.", "url": "https://wpnews.pro/news/adios-dev-fast-isolated-execution-sandboxes-for-ai-agents", "canonical_source": "https://www.adios.dev", "published_at": "2026-09-09 22:32:27+00:00", "updated_at": "2026-09-09 22:46:19.071613+00:00", "lang": "en", "topics": ["ai-products", "ai-infrastructure", "ai-agents", "developer-tools"], "entities": ["Adios.dev"], "alternates": {"html": "https://wpnews.pro/news/adios-dev-fast-isolated-execution-sandboxes-for-ai-agents", "markdown": "https://wpnews.pro/news/adios-dev-fast-isolated-execution-sandboxes-for-ai-agents.md", "text": "https://wpnews.pro/news/adios-dev-fast-isolated-execution-sandboxes-for-ai-agents.txt", "jsonld": "https://wpnews.pro/news/adios-dev-fast-isolated-execution-sandboxes-for-ai-agents.jsonld"}}