Skip to main content
The Shinzo Platform allows you to deploy and manage autonomous AI agents that can execute complex tasks. Agents run in isolated Kubernetes environments with persistent storage and can interact with external services via MCP servers.

Features

  • Isolated Environments: Each agent runs in its own container with dedicated resources and persistent storage
  • Messaging: Send messages to agents and receive responses via the API or connected channels
  • Schedules & Triggers: Automate agent tasks with recurring cron schedules and event-driven webhook triggers
  • Channel Integrations: Connect agents to Discord, Slack, and Telegram. WhatsApp support coming soon
  • Filesystem API: Read, write, and manage files in the agent’s workspace
  • MCP Support: Connect agents to MCP servers for external service integration
  • Webhooks: Receive notifications when messages complete, fail, or when errors occur

Authentication

All agent endpoints accept either:
  • JWT Token: Authorization: Bearer <jwt_token>
  • Platform API Key: Authorization: Bearer <api_key>

Feature Flag

AI Agents must be enabled for your account. If you receive a 403 Forbidden error, contact support to enable this feature.

Endpoints

Agent Management

Messaging

Channel Integrations

Schedules & Triggers

See Schedules & Triggers Overview for detailed documentation and usage examples.

Filesystem

See Filesystem Overview for complete filesystem API documentation.

Agent States