June 1, 2026
Highlights
A landmark release introducing three new products that change how you build, automate, and search with Devs.ai:
- App Builder — describe an app in plain language and Devs.ai builds it for you, end to end.
- Routines — run your agents on a schedule, so the work happens whether you're watching or not.
- Enterprise Search — ask questions across every source your organization has connected, with grounded AI answers.
This release also adds Grok 4.3 on Azure AI Foundry, makes MCP setup dramatically easier, and ships a handful of authentication and mobile polish improvements.
New features
App Builder
App Builder lets you go from an idea to a working app without writing code. Describe what you want in plain language and Devs.ai generates the full app — frontend, backend, and database — running in a live sandbox you can interact with immediately.
What you can do with App Builder:
- Build from a prompt — describe your app and watch it come together in real time, with a live preview alongside the chat
- Pick a look and feel — choose from a gallery of design styles to set the tone for your app
- Connect a database — use the built-in Supabase integration or an in-browser database for prototypes
- Add secrets and API keys — securely provide credentials your app needs, with built-in masking and encryption
- Set up Google OAuth — wire third-party sign-in into your generated app in a few clicks
- Connect to GitHub — push your app to a repository, pull in changes, and switch branches without leaving Devs.ai
- Deploy and share — publish your app and choose whether the share link is public or limited to your organization
- Recover deleted apps — soft-deleted apps go to a trash view so you can restore them later
Routines
Routines turn any agent into a scheduled worker. Instead of starting a chat manually every time you need an answer, set up a routine and let the agent run on its own.
What you can do with Routines:
- Schedule any agent — daily, weekly, monthly, or on a custom schedule
- Pick the tools the agent uses for each run, so it only has access to what it needs
- Tune reasoning effort to control depth-versus-speed tradeoffs per routine
- See execution history for every past run, including outputs and any errors
- Manage from chat — routines live inside the chat workspace so creating and editing one feels natural
Common patterns: daily summaries of your inbox, weekly reports pulled from your data sources, monthly cleanup of stale items in your tools.
Enterprise Search
This feature is available on Enterprise plans. Reach out to your account team to enable it.
Enterprise Search lets your whole organization search across every connected source from one place. Ask a question in natural language and get a grounded AI answer with citations back to the original documents.
What you can do with Enterprise Search:
- Search across all your connected sources — Google Drive, GitHub, MCP servers, knowledge bases, and more
- Get AI-generated summaries with citations back to the source documents
- Connect new sources from a guided landing page that shows you what's already wired in and what's available to add
- Track every search with built-in observability so admins can diagnose results and tune sources
Grok 4.3 on Azure AI Foundry
Grok 4.3 is now available through Azure AI Foundry for organizations that route their AI traffic through Azure. Available wherever Grok models appear in your model picker.
Easier MCP setup
Connecting a new MCP server is now significantly easier:
- OAuth requirements are auto-detected when you point Devs.ai at an MCP endpoint
- OAuth clients register dynamically without you copy-pasting client IDs and secrets
- Credentials auto-populate wherever possible
- Token handling is hardened, with stronger SSRF protections on tool calls
The end result: most MCP servers now connect in a few clicks instead of a configuration grind.
App share-link policy
Organization admins can now choose whether App Builder share links are reachable by anyone with the link or only by signed-in viewers in the same organization. The setting lives in Org Settings and applies to every app shared from your organization.
Improvements
Mobile chat and preview
Apps v2 mobile gets a focused round of polish:
- Chat and preview panels behave better on small screens
- Long app names show an ellipsis instead of wrapping or breaking the header layout
- Several mobile session and control issues are fixed
Security
- Redirect targets in sign-in flows are now validated to prevent unsafe open redirects
- MCP tool calls have stronger SSRF protections
Bug fixes
Various fixes to authentication, chat reliability, MCP integration setup, and Apps v2 mobile rendering.