Mistral AI has introduced Spaces, a command-line interface (CLI) built to be operated by both human developers and automated AI agents using the same tooling.
The French AI company said the tool is designed to take a project from initial setup to a running, multi-service application in three commands, covering scaffolding, development and operations.
The central design principle is that every interactive prompt must have a programmatic equivalent, so that automated agents can run the tool without becoming stuck waiting for human input, a problem known as a hanging process.
To support this, Spaces includes a -y flag to signal headless, programmatic operation, and replaces hidden assumptions, such as the current working directory or system dotfiles, with explicit parameters.
The tool generates two key files on initialisation: context.json, a structured snapshot of a project's modules and ports intended for agent consumption, and AGENTS.md, an instructions file readable by large language models and other automated systems.
A plugin registry makes modules introspectable and serializable, meaning agents can read and manipulate the tool's components without additional custom integration work.
Mistral illustrated the workflow with an example showing an agent running a help command, generating a configuration file, connecting Docker and continuous integration pipelines, and deploying a scaffolded application via cloud platform Koyeb in under 10 minutes.
Related reading
- Microsoft warns AI agents risk becoming "double agents" as it unveils security controls at RSAC
- Mistral AI raises $830 million for Paris data center
- OpenAI closes $122bn funding round at $852bn valuation as IPO pressure builds
Lorenzo Signoretti, Riwa Hoteit and Sam Fenwick, who authored the announcement, credited Mistral's Applied AI team with shaping the tool through early internal use.
Mistral said Spaces is already in use internally and confirmed the company is hiring for roles in developer tools and infrastructure.
The recap
- Spaces CLI built to support humans and coding agents
- Agent deployed scaffolded project to live in under 10 minutes
- Mistral says it's hiring for developer tools and infrastructure roles