Developer Platform
Build on the intelligence layer.
Serpaix's Developer Platform provides a REST API, webhook system, plugin marketplace, and MCP server — making Serpaix the programmable intelligence layer for your applications, workflows, and AI tools.
The Problem
Knowledge management tools are silos. You can't build on top of them. You can't trigger automations from external events. You can't extend functionality without forking. The platform that should be infrastructure is a walled garden.
The Solution
REST API with scoped API keys and fine-grained permissions. Webhook system: outbound webhooks on 15+ events (note.created, note.updated, memory.captured, etc.) and inbound webhooks that trigger Pipes. Plugin marketplace with JS bundle execution, sandboxed permissions model, and community publishing. Full documentation at /docs.
Key benefits
REST API with scoped keys — grant read-only, write, or admin permissions per key
Outbound webhooks on 15+ events for real-time integration with your stack
Inbound webhooks trigger Pipes from GitHub, Slack, Jira, and any external source
Plugin marketplace: publish extensions that run inside Serpaix's JS sandbox
BYOK (bring-your-own-key) for all AI providers via API parameter
Rate limits: 1000 req/min (Pro), 10,000 req/min (Enterprise)
Technical Depth
REST API: JWT authentication, scoped permission claims, versioned endpoints (v1). Webhook delivery: HTTP POST with HMAC-SHA256 signature verification, 3 retries with exponential backoff, 30-day event log. Plugin runtime: V8 isolate with 256MB memory limit and 5s execution timeout per call. Permissions: manifest-declared capabilities, user-approved at install.
