SDKs & Client Libraries
Accelerate your KirokuForms integration with our official Software Development Kits (SDKs) and client libraries.
Our SDK Philosophy
At KirokuForms, we believe in providing a robust and comprehensive REST API first. This ensures you have maximum flexibility to integrate our platform with any language, framework, or system.
Alongside our API, we develop targeted SDKs for common use cases and popular ecosystems to simplify specific integration patterns and reduce boilerplate code for you.
Python SDK for AI & HITL Integration
Our official Python SDK, langgraph-kirokuforms
, is specifically designed to streamline the integration of Human-in-the-Loop (HITL) capabilities into your AI applications. It's particularly useful for workflows involving LangGraph and provides a convenient client for our Model Context Protocol (MCP) server.
Key Features:
- Easy interaction with the KirokuForms MCP API for HITL tasks.
- Native tools and interrupt handlers for LangGraph agents.
- Methods for creating HITL tasks, defining review forms dynamically or via templates, and retrieving results.
- Simplifies authentication and API call complexities.
The SDK is installable via pip from its GitHub repository.
Future SDKs & Community Contributions
We are continuously listening to developer feedback and evaluating the need for SDKs in other languages and for different use cases (e.g., a JavaScript/TypeScript SDK for frontend interactions or Node.js backends).
In the meantime, our comprehensive REST API provides all the functionality you need to build integrations in any language. Many developers find it straightforward to create lightweight wrappers or utility functions tailored to their specific needs.
If you're working on a KirokuForms client library or have specific requests for an SDK, we'd love to hear from you! Please get in touch with our developer relations team.
Explore Further
- API Reference
Dive into the full KirokuForms API specification.
- Code Examples
See practical examples of API usage and form integrations.
- Developer Hub
Return to the main portal for KirokuForms developers.