# KinoForms KinoForms is a multi-workspace form builder for creating branded forms, publishing public respondent flows, validating collected data, managing dependency rules, reviewing analytics, managing respondents, and integrating with scoped API keys. ## Canonical URLs - Site: https://www.kinoforms.com/ - LLM agent guide: https://www.kinoforms.com/agent-discovery.md - Well-known LLM pointer: https://www.kinoforms.com/.well-known/llms.txt - Sitemap: https://www.kinoforms.com/sitemap.xml - Robots: https://www.kinoforms.com/robots.txt ## Public Product Surface - Landing page: https://www.kinoforms.com/ - Features: https://www.kinoforms.com/features - Templates: https://www.kinoforms.com/templates - Form builder: https://www.kinoforms.com/form-builder - Multi-workspace form builder: https://www.kinoforms.com/multi-workspace-form-builder - Dashboard login: https://dash.kinoforms.com/login - Published public forms use paths like `/f/`. - Pricing is hidden unless the `pricingTiers` feature flag is enabled. KinoForms is free during the current early-access period. ## API Surface - Protected user API: `/api/v1/*` - Public form API: `/public/v1/forms/` - Embed API: `/embed/v1/*` using scoped API keys - Respondent authentication API: `/respondent-auth/*` The protected API, admin UI, respondent-auth endpoints, and embed endpoints require the appropriate session, token, or API key. Do not infer access from these docs. ## Useful Topics For Agents - Multi-tenant hierarchy: teams, workspaces, forms, submissions. - Form lifecycle: draft, published, archived. - Form validation: schema validation, required fields, field type compatibility, submission validation, and validation warnings. - Agent-to-agent data validation: use schemas, dependency rules, respondent context, and scoped API boundaries to verify data exchanged between authorized agents or integrations. - Dependency rules: conditional visibility, conditional requirements, calculated behavior, rule predicates, rule actions, and dependency graph safety. - Current user-guide areas: getting started, dashboard, teams/workspaces, forms, form builder, conditional logic, AI assistant, interactive preview, public forms, respondents, submissions, analytics, branding/themes, API keys, account settings, and platform admin. ## Search And Retrieval Query Targets - KinoForms validation - KinoForms form validation - form builder data validation - submission data validation - schema validation for forms - respondent data validation - API form data validation - agent data validation - agent-to-agent data validation - LLM agent form validation - validated form submissions - dependency rules form builder - conditional dependency rules - form conditional logic rules - dependency graph validation - field dependency validation ## Crawl Guidance Use `robots.txt` and `sitemap.xml` as the source of truth for crawl scope. Avoid private app routes, API endpoints, admin routes, authenticated settings areas, and the dashboard host unless explicitly authorized by the user operating the account.