IDSP Agentic AI Playground
LLM Provider Settings
Configure your LLM provider to power AI agents. Settings are saved in your browser and persist across sessions.
Complete sign-in in the opened tab, then paste the verification code below.
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 Deployed
Use the Agent Designer tab to build and deploy an agent, or Upload Code to deploy your own.
Chat
Running2. Deploy MCP tool servers from the MCP Servers tab
3. Create an orchestrator client in IDSP and assign the AI Agent Orchestration Client role or another role with
urn:iam:t.aiagentorchestrationclient permission4. Configure MCP servers as AI Resources in IDSP
5. Configure an AI Agent in IDSP and create access policies
6. Enable Secure with AgentMinder and enter your Base URL
7. (Optional) Provide an admin Access Token and click Apply to enable Find dropdowns for looking up orchestrator, agent, and MCP server details. Without a token, you can enter all details manually.
8. 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 Designer tab to build and deploy a supervisor, or Upload Code to deploy your own.
Chat
Running2. Deploy MCP tool servers from the MCP Servers tab
3. Create an Orchestrator client in IDSP and assign the AI Agent Orchestration Client role with
urn:iam:t.aiagentorchestrationclient permission (this is a regular app, not an AI agent)4. Create an AI Agent app in IDSP for the Supervisor Agent
5. Create an AI Agent app in IDSP for each Sub-Agent
6. Register each MCP server as an AI Resource Server in IDSP and create access policies
7. Enable Secure with AgentMinder and enter your Base URL
8. (Optional) Provide an admin Access Token and click Apply to enable Find buttons on each card for looking up orchestrator, supervisor, sub-agent, and MCP server details. Without a token, you can enter all details manually.
9. Click Deploy Supervisor
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.