Agent DocsDeveloper documentation

Platform Documentation

Everything you need to build, deploy, govern, and monitor AI agents on the TSI Agentic Hub.

Quick Start

# Clone and install
git clone <repository-url> agentic-platform
cd agentic-platform && pnpm install
# Start infrastructure + seed database
docker compose up -d
cd services/api-gateway && pnpm seed && cd ../..
# Start all applications
pnpm dev

Reference Documentation

Builder Guides

Registering Agents
Creating, configuring, and deploying agents in Agent Studio
Platform-Managed Agents
Build agents using the platform's built-in LLM runtime
External Agents (Pro-Code)
Connect LangGraph, CrewAI, PydanticAI, AutoGen, and custom agents
A2A Protocol & Client SDK
Implement the A2A protocol with governance extension
Tool Integration
Register MCP tools, configure tool sets, and grant tool access
Skills & Code Execution
Create skill scripts with 7-layer sandbox security
Skill Bundle Format
SKILL.md frontmatter, scripts/references/assets layout, agentskills.io compatibility
Knowledge Bases & RAG
Create knowledge bases, upload documents, configure retrieval
Memory Configuration
4 memory types, namespaces, TTL, and privacy controls
Access Control (Builder)
Configure all 4 access control dimensions for your agents
Eval Suite & Playground
Test agents with golden test sets and the prompt playground
Deployment & Monitoring
Deploy pipeline, canary releases, monitoring, and traces
Agent Design Patterns
When to use which runtime, single vs multi-agent patterns
Framework Integration
LangGraph, CrewAI, PydanticAI, AutoGen, n8n guidance
OBO Token Exchange
RFC 8693 delegated authentication for agent-to-service calls

Admin Guides

Best Practices

Applications

Agent Portal
localhost:3000 · Business Users
Chat with agents, manage approvals, view dashboards
Agent Studio
localhost:3001 · Builders / Engineers
Design, configure, test, and deploy agents
Admin Console
localhost:3002 · Platform Engineers
Manage tenants, policies, FinOps, and infrastructure
Docs Portal
localhost:3003 · All Users
Developer documentation, API reference, guides, and best practices