IDSP Agentic AI Playground
Paste Verification Code
Complete sign-in in the opened tab, then copy the verification code and paste it below.
MCP Servers
No MCP Servers
Deploy a mock server, connect to a remote MCP, or import an OpenAPI spec to get started.
Deploy Mock MCP Server
Relationships & Tools
Connect to Remote MCP Server
Import from OpenAPI Spec
Upload Your Own MCP Server Code
Paste your FastMCP Python server code below. The code must use FastMCP and read the port from os.environ.get("MCP_PORT").
Agents
No Agents
Create an agent connected to your MCP servers to build agentic workflows.
Chat
RunningCreate LangGraph Agent
2. Deploy MCP tool servers from the MCP Servers tab
3. Enable Secure with AgentMinder, enter your Base URL and admin Access Token, click Apply
4. Use Find on each card to look up orchestrator, agent, and MCP server details — or fill in manually
5. Click Deploy Agent
Upload Agent Code
Paste your LangGraph agent Python code below. The code must read the port from os.environ.get("AGENT_PORT") and expose /chat and /health HTTP endpoints.
Multi-Agent Workflows
No Multi-Agents Deployed
Use the Multi-Agent Builder or Upload Code tab to deploy a supervisor agent.
Chat
RunningSupervisor Configuration
Upload Supervisor Code
Paste your LangGraph supervisor agent Python code below. The code must read the port from os.environ.get("AGENT_PORT") and expose /chat and /health HTTP endpoints.