Developer Center

MakerDeveloper Center

Everything you need to build Agent Workstation plugins. From manifest and UI contribution points to Agent Tool and MCP integration — bring your vertical capabilities into the agent workstation.

Quick Start

One manifest, infinite possibilities

Bring vertical capabilities into the agent workstation with declarative config

manifest.json
{
  "id": "finance-helper",
  "name": "My Finance Helper",
  "version": "1.0.0",
  "type": "Plugin",
  "capabilities": ["agent-tool", "ui"],
  "permissionsRequired": ["mcp:read"],
  "contributes": {
    "ui": [{
      "id": "finance-panel",
      "container": "RIGHT_SIDE_PANEL",
      "entry": "./index.html"
    }]
  }
}
Simple config, infinite possibilities.

Ready to build your first plugin?

Start with the Quick Start guide and plug your capabilities into the MakerSNS AI workstation in minutes.