On this page
Apps for people and agents
A MiniUp app can give people a website and agents a set of structured Agent Actions over the same Tables and Functions. An agent can find customers, update an order, or call a Function using the permissions of the person who signed in.
Agent Actions are optional. Existing apps keep working without enabling them. You choose the operations agents may use; mutations start off.
The app’s Agent Actions workspace shows available Table operations, linked Functions, a direct testing tool, and recent activity. Web tools register automatically when someone opens the published app in a compatible browser. Remote MCP lets an agent connect without an open page.
Example: customer CRM
A customers Table can expose actions named search_customers, get_customer, and create_customer. MiniUp suggests unique names; you can rename them in Configure. Enable reads first, then intentionally enable creation if your workflow needs it.
Open the published app in a WebMCP-compatible ChatGPT browser and ask:
Find customers who have not ordered in 60 days.
Where supported, the browser can discover the open website’s actions. The Table must contain the relevant dates, or a Function must implement the needed query. Enabling actions does not create missing business logic.