AI Studio
AI Studio is the intended home for the platform's AI: assistants that answer grounded questions about a tenant's own commerce data, findings surfaced without being asked, and — further out — actions taken inside rules an operator sets. It is meant to work on real products, orders, customers and pricing rather than sit beside them as a chatbot.
https://api.revenexx.com, and none are documented here because none exist.This page exists so you can plan around that honestly. Don't build against AI Studio yet, and don't quote its Cockpit screens to a customer as shipped functionality.
What does work today
Two AI-adjacent things are real and usable now. Neither is AI Studio.
A translation node in Integration Studio
The built-in node catalogue includes a machine-translation node. Drop it into a workflow and it translates field values as part of a run — useful for localising catalogue copy on import without writing any code or holding a translation API key in your own service. Credentials for the translation provider are configured once on the tenant and referenced by the node, the same as any other node credential.
See Integration Studio for workflows, and Node types for the catalogue it sits in.
MCP servers an AI client can drive
If your goal is "let an AI assistant work with revenexx", the Model Context Protocol is the path that exists today, and it doesn't depend on AI Studio at all.
- This documentation, as an MCP server. Hosted, public, no credentials:
https://revenexx.dev/mcp. An MCP-capable assistant can search and read these docs while it writes code against the platform. Setup per client is covered under MCP. - The Integration Studio workflow MCP server. Integration Studio exposes its workflow management over MCP at
https://integrations.revenexx.com/mcp/workflows, authenticated with your bearer token and scoped to your tenant. An assistant connected to it can list, create and update workflows, manage their triggers, and inspect runs — the same operations as the REST surface, driven conversationally.
Where to go next
- MCP — connect an AI client to the documentation, with per-client setup.
- Integration Studio — workflows, nodes and triggers.
- Events — the activity stream to feed your own AI pipeline.
- Changelog — where an AI Studio API would be announced when there is one.