Success Your changes have been saved
Skip to content

Agent Catalog

AI-native agent building platform. Build, deploy, and manage AI agents powered by OpenAI GPT-5.4, Anthropic Claude 4.6, and Google Gemini.

14 capabilities
29 endpoints
Updated Mar 10, 2026
1.0.0
https://app.netshow.pro/api
bearer
agent-catalog.json
🧠

Claude Agent SDK

claude_agent_sdk

ai inference

Send prompts to Anthropic Claude Sonnet 4.6 or Opus 4.6. Supports adaptive thinking, tool registry, named profiles, and Sonnet→Opus escalation bridge for complex tasks.

Endpoints
POST /api/anthropic/prompt Send a prompt to Claude
POST /api/anthropic/tools/execute Execute a single Claude tool...
POST /api/anthropic/tools/batch Execute multiple Claude tool...
Profiles
sonnetFast sonnetBalanced sonnetStrong opusDeep
adaptive thinking tool use sonnet to opus bridge batch tools
🧠

OpenAI Chat Proxy

openai_chat

ai inference

Server-side proxy for OpenAI chat completions. API keys never exposed to browser. Returns raw OpenAI response shape.

Endpoints
POST /api/ai/chat OpenAI chat completions (GPT...

Brain Bridge

brain_bridge

ai reasoning

Core intelligence escalation system. Routes complex questions to GPT-5.4 for deep reasoning. Used by voice agents, call center agents, and embed widgets. Returns concise, context-optimized answers.

Endpoints
POST /api/chat/consult-brain Route question to GPT-5.4 fo...
Profiles
voice_companion sales_agent default
vision support call correlation multi context
🎙️

Voice AI (WebRTC)

voice_realtime_webrtc

voice

Sub-200ms voice conversations via OpenAI Realtime API and WebRTC. Browser-based ephemeral token flow. Built-in consult_brain and consult_brain_vision tools.

Endpoints
POST /api/realtime/session Create ephemeral WebRTC sess...
POST /api/realtime/tool Handle tool call from browse...
brain bridge integration vision support custom personas instruction injection protection
🎙️

Phone AI Agents (Twilio)

phone_realtime_twilio

voice

Twilio Media Streams bridge connecting phone calls to OpenAI Realtime API for voice AI agents. Supports outbound calls, inbound webhooks, SMS tools, and call forwarding.

Endpoints
POST /api/phone-realtime/initiate Initiate an outbound AI phon...
WS /api/phone-realtime/media Twilio Media Stream WebSocke...
outbound calls inbound calls sms tool call forwarding email tool call recording
🔧

Agent Management

agent_management

platform

Create, configure, and manage AI agents. 300+ templates for web agents, voice agents, call center agents, and more.

Endpoints
GET /api/agent/{name} Get agent configuration
GET /api/agent_data/{id} Get embed-safe agent config...
POST /api/agent/get_agent_list_zapier List agents for Zapier integ...
300 templates zapier integration embed tokens type variants
🔧

Agent Commerce

agent_commerce

monetization

Stripe-powered monetization for AI agents. Agents can sell products, subscriptions, and services. Includes wallet, transaction history, and payment rail management.

Endpoints
GET /api/agent/{agentId}/commerce/status Commerce status
GET /api/agent/{agentId}/commerce/products List products
POST /api/agent/{agentId}/commerce/checkout Create Stripe checkout sessi...
stripe checkout subscriptions agent wallet mcp commerce public api
🔧

Embeddable Widget

embed_system

integration

Embed NetShow AI agents on any external website as an iframe widget. Supports voice and chat modes. Single iframe or floating JS widget.

iframe embed floating js widget voice support chat support token based auth
🔧

Chat Sessions

chat_sessions

platform

Conversation session tracking, message storage, visitor identity resolution, and session handoff between agents.

Endpoints
POST /api/create-session Create a chat session
POST /api/save-message/{sessionId} Save message to transcript
GET /api/session/active List active sessions
🎙️

Text-to-Speech & Transcription

text_to_speech

voice

ElevenLabs TTS with word-level timestamps for avatar lip-sync. OpenAI Whisper for audio transcription.

Endpoints
POST /api/avatar/tts Generate ElevenLabs speech w...
GET /api/avatar/voices List available ElevenLabs vo...
POST /api/whisper/transcribe Transcribe audio with OpenAI...
🔧

MCP Tool Execution

mcp_tools

platform

Model Context Protocol tool execution. Execute registered tools (web_search, calculator, code_review, etc.) and manage per-agent tool permissions.

Endpoints
POST /api/mcp/server/execute_tool Execute a registered MCP too...
GET /api/mcp/server/enabled_agent_tools/{userId}/{agentId}/{agentType} Get tools enabled for a spec...
🔧

Workflow Automation

workflow_automation

platform

Multi-step workflow automation with visual node editor, conditional logic, and execution history tracking.

Endpoints
GET /api/workflows List workflows
POST /api/workflows Create workflow
POST /api/workflows/execute Execute workflow
🔧

Live Agent Handoff

live_handoff

call center

Transfer conversations from AI to human operators. Check operator availability, request handoff, and return to AI after resolution.

Endpoints
POST /api/live-handoff/request Request a live human agent
GET /api/live-handoff/status Check operator availability
🔧

Health Check

health_check

infrastructure

Public health endpoint for monitoring API availability.

Endpoints
GET /api/health Platform health status