What It Is
Agent Friendly lets an app you build on superun become a tool that AI agents can call directly. You do not need to write code or deploy an MCP server. Copy the guide into an AI assistant that supports Skill / MCP, and it can install the superun CLI and Skill, then call your app’s existing data and APIs on your behalf through conversation. In short, it packages your superun app as a toolbox for AI agents.Where to Find It
You can open the same panel from two places:- Project page → Launch tab → Agent Friendly panel.
- Project page → Build tab → Skill Library → Agent Friendly card.
Statuses
| Status | Meaning | What You See |
|---|---|---|
| Not connected | Agent-friendly CLI has not been generated yet | The detail page shows Generate Agent-friendly CLI |
| Connecting | Generation is in progress | Loading state and progress copy |
| Connected | CLI has been generated | The card shows enabled status, and the detail page shows install commands plus a Skill download link |
Step 1: Generate the CLI
In the Agent Friendly panel, click Generate Agent-friendly CLI. After generation, the panel shows two tabs:- Beginner: recommended for most users. Copy the full prompt into your AI assistant.
- Advanced: shows commands directly for users who prefer terminal workflows.
Step 2: Let the Agent Install CLI and Skill
Beginner
- Copy the full prompt from the panel.
- Paste it into your AI assistant.
- The agent follows the guide to install, configure, and explore commands.
Advanced
If you are comfortable with the terminal, copy the commands from the Advanced tab and run them yourself. Common steps include:- Install the superun CLI.
- Configure the current app.
- Download and install the Skill.
Step 3: Use Conversation to Drive the App
After setup, return to your AI assistant and give natural-language instructions, for example:- “Check how many new orders my app has today.”
- “Turn yesterday’s sales into a table.”
- “Send a notification to user@example.com in my app.”
Requirements
- Node 20+ in the agent environment, used to install the superun CLI.
- An AI assistant that supports Skill / MCP.
- A superun project with data or APIs the agent can call.
FAQ
Does Agent Friendly let other people access my app?
Does Agent Friendly let other people access my app?
No. The CLI calls your app APIs as you. Only share setup instructions with AI assistants or environments you trust.
Do I need to write extra APIs for my app?
Do I need to write extra APIs for my app?
Usually no. superun uses your app’s existing data and API capabilities to generate agent-readable access.
Do I need to reconnect after changing the app?
Do I need to reconnect after changing the app?
If your app data model or APIs change, click Update connection in the detail page so the agent can use the latest capabilities.
Which languages are supported?
Which languages are supported?
Simplified Chinese, Traditional Chinese, Cantonese, English, Japanese, and Korean are supported.

