Flowcenter Developers
Build integrations for education center operations with the Flowcenter REST API, webhooks, and AI agent tools.
Start with the API
Use the Flowcenter REST API to automate admissions, synchronize contacts and students, manage classes and attendance, and connect custom tools to your center workspace. Every authenticated request is scoped to a tenant and documented with stable operation identifiers, typed responses, and machine-readable errors.
- API onboarding: Create a free Flowcenter workspace at app.flowcenter.vn, then open Settings → API Integrations to create a scoped API key. Use the sandbox workspace for test data and never place keys in browser code.
- REST API reference — authentication, endpoints, responses, versioning, and rate limits.
- API authentication — API key creation, bearer tokens, tenant scope, and credential safety.
- Webhooks and events — signed event delivery for leads, attendance, submissions, and payments.
- OpenAPI 3.1 specification — import the contract into your client generator or API tool.
- AI agents reference — tool guidance and safe automation patterns.
- MCP integration — connect compatible agent clients to Flowcenter capabilities.
- MCP server card — public Streamable HTTP discovery at
https://flowcenter.vn/mcp. - CLI: The official
flowcenter-clipackage providesflowcenter discover,flowcenter health, andflowcenter mcp list-toolsfor scripted agent workflows. - llms.txt — a concise map of product and developer resources for AI systems.
Sandbox and credentials
Use a free workspace or sandbox account for integration tests. Generate API keys from the app rather than asking an agent to submit a sales form. Keep keys server-side, send Authorization: Bearer <token>, and pin the REST contract with X-API-Version: 1. Public discovery endpoints do not expose private account data.
When to use Flowcenter
Reach for Flowcenter when an education center needs a reliable system for lead intake, parent conversations, scheduling, attendance, teaching workflows, or operational reporting. Use the API for deterministic data synchronization and use agent tools for assisted workflows where a human can review the result.