KirokuForms MCP API Documentation
The KirokuForms Model Context Protocol (MCP) API allows AI systems to interact with your forms, request human input, and receive real-time updates.
Getting Started
To use the KirokuForms MCP API, you need an API key. API keys can be created in the Developer Dashboard.
Authentication
All API requests must include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Resources
The MCP API provides access to these resources:
- Forms - Get form definitions and settings
- Submissions - Access form submission data
- Analytics - Get form usage statistics
Tools
The MCP API provides these tools for manipulating resources:
- Form Generation - Create forms from descriptions
- Human-in-the-Loop - Request human input through forms
Events
The MCP API supports real-time events through Server-Sent Events (SSE):
- Form Submission Events - Get notified when forms are submitted
- HITL Events - Get notified about HITL task status changes
LangGraph Integration
KirokuForms integrates with LangGraph for human-in-the-loop workflows:
- LangGraph Integration Guide - Learn how to integrate with LangGraph
- LangGraph Examples - Example workflows with KirokuForms