Connect Everything, Effortlessly
Out-of-the-box integrations with the tools you already use. Plug and play architecture means zero setup code.
ctx
ctx.integration.method()
Access via Context,
Instantly
Every integration is available through the ctx object. No initialization code, no configuration files in your pack.
- No initialization code required
- Credentials configured at platform level
- Automatic credential injection at runtime
- Built-in error handling and retries
Available Integrations
From AI providers to business tools, connect with the services your workflows need.
Ready to use via ctx object. Configure credentials in the platform, use in your code.
Enterprise feature. Write a driver class extending BaseDriver to add support.
AI / LLM
OpenAI
GPT-4, GPT-3.5, embeddings
ctx.llm Anthropic
Claude models
ctx.llm Communication
SendGrid
Transactional email
ctx.email SMTP
Standard email protocol
ctx.email
Telegram
Bot messaging
ctx.telegram Slack
Team messaging
Custom driver Storage & Database
Files
S3, Azure Blob, GCS, local
ctx.files
PostgreSQL
Relational database
Custom driver Redis
In-memory cache
Custom driver Cloud Providers
AWS
Amazon Web Services
Custom driver Azure
Microsoft Azure
Custom driver
GCP
Google Cloud Platform
Custom driver DevOps
Docker
Container runtime
Custom driver
GitHub
Git & CI/CD
Custom driver Business Tools
Stripe
Payments
Custom driver Zapier
Workflow automation
Custom driver
HubSpot
CRM
Custom driver Notion
Documentation
Custom driver How It Works
Ship your packs with exactly the integrations you need - or none at all.
Ship Without
Pure Logic Packs
Build Intelligence Packs that contain pure business logic with no external dependencies. Perfect for data transformations, calculations, and algorithmic workflows.
@command("calculate")
async def calc(data: Input, ctx: Context):
return process(data) Ship With Built-in
Declare and Use
Declare required integrations in your pack manifest. The platform handles credentials and configuration at runtime - your code just uses ctx.
# manifest.yaml integrations: - llm - email
Add Custom Drivers
Enterprise Extension
Need to connect to proprietary systems? Enterprise customers can extend the platform with custom drivers for any service or protocol.
class SAPDriver(BaseDriver):
async def query(self, ...):
# Your implementation The Kernel +
Drivers Model
Huitzo's architecture separates the core runtime (Kernel) from integration implementations (Drivers). This means you can extend the platform with custom connectors for any system.
- Connect to legacy enterprise systems (SAP, Oracle, mainframes)
- Integrate proprietary algorithms (Risk models, pricing engines)
- Support future hardware (Specialized accelerators, IoT devices)
- Maintain security compliance (Air-gapped, on-premise deployments)
BaseDriver Interface Start integrating
today
Add powerful integrations to your Intelligence Packs in seconds. Check out our documentation to get started.