본문으로 건너뛰기

Introduction

NPO is an enterprise AI agent platform that enables organizations to design, build, test, deploy, and manage intelligent AI agents at scale. The platform consists of two complementary applications that work together to cover the full agent lifecycle — from creation to everyday use:

  • NPO Studio: The builder's workspace for designing, configuring, and publishing AI agents.
  • NPO Workspace: The end-user's dashboard for interacting with, managing, and monitoring deployed agents.

NPO Studio

NPO Studio is the development and administration environment where agent builders design AI agents, configure backend integrations, and manage platform-wide settings.

Key Capabilities

CapabilityDescription
Agent Profile ManagementCreate, edit, version, publish, unpublish, share, and delete AI agent profiles. Supports both Single Agents (standalone) and Deep Agents (main agent + sub-agents).
Agent Design CanvasVisual drag-and-drop canvas for assembling agent architectures — connect LLM providers, triggers, chat memory, MCP Servers, sub-agents, and skills into a working agent graph.
LLM ConfigurationConfigure language model providers (OpenAI, Anthropic, Google Gemini), select models, and tune parameters such as temperature, max tokens, retries, and timeouts.
MCP Server ManagementSet up MCP (Model Context Protocol) Server profiles to connect agents with backend APIs and external tools. Configure OAuth authentication, select API tools, and manage server endpoints.
MiddlewareApply middleware layers to agents — Human in the Loop for tool approval controls, PII Protection for sensitive data redaction, and Summarization for conversation context management.
Skill RegistryCreate, discover, and manage reusable skills that standardize agent behavior. Skills can be private, shared, or public, and are attached to agents as modular instruction sets.
Knowledge DBManage knowledge sources for agents by uploading documents (PDF, XLSX, CSV, PPTX) into knowledge databases that agents can reference during conversations.
PlaygroundTest agents in a sandbox environment before publishing — verify MCP Server connections, authenticate connectors, test skills, and validate agent responses interactively.
Configuration ManagementAdminister LLM providers, API keys, Kubernetes clusters, theme/color settings, users, groups, and role-based access controls.

NPO Workspace

NPO Workspace is the end-user companion to NPO Studio. It provides a conversational interface where users interact with published AI agents, manage their agent portfolio, and configure workspace-level settings.

Key Capabilities

CapabilityDescription
Chat InterfaceConverse with AI agents through a rich chat experience. Send messages, attach files, and receive intelligent responses powered by the agent's configured LLM and tools.
Agent SelectionChoose from your own agents, shared agents, or agents from the AI Agent Catalog. Switch agents and models as needed.
MCP Server ManagementView, add, or remove MCP Servers connected to your selected agent directly from the workspace.
Web Search ToggleEnable or disable real-time web search for agents that require up-to-date information.
Conversation HistoryAccess and revisit past conversations organized by date for follow-up or reference.
Agent ManagementCreate new agents (Simple or Advanced mode), view and update agent details, and monitor agent instances.
Human in the LoopWhen an agent requests tool execution that requires approval, review the tool call details and choose to Approve, Edit, or Reject before execution proceeds.

How NPO Studio and NPO Workspace Work Together

StageNPO StudioNPO Workspace
BuildDesign agent architecture, configure LLMs, connect MCP Servers, set up middleware
TestUse Playground to validate agent behavior before publishing
PublishPublish agent to make it available to usersPublished agents appear in the workspace
UseChat with agents, manage conversations, attach files
ManageUpdate agent profiles, re-version, adjust configurationsView agent details, update settings, manage MCP Servers
CollaborateShare agent profiles with users/groups and set permissionsAccess shared agents, browse the AI Agent Catalog

Session Continuity: If you are already logged in to NPO Studio, your session is automatically retained when you open NPO Workspace in the same browser — no need to log in again.