Respond can be used through the web app, email, CLI, API and MCP tools. The same permissions, workflow rules and source context apply whether a person clicks, a script runs or an agent invokes a tool.
Every surface works with the same domain objects: projects, questions, answers, reviews, sources and jobs. Same permissions. Same review rules.
Full JSON access to projects, answers, reviews and jobs, with workspace permissions enforced.
POST /v1/answers
Script imports, exports and operations from a terminal using the same access model as the API.
cognaire respond import …
Let compatible AI agents call Respond tools without bypassing permissions or review thresholds.
tool: cognaire.respond.*
Forward a CV, RFP or questionnaire to a project address and keep routing rules intact.
acme-2026@in.cognaire.com
Typed clients for product teams that need controlled access to Respond workflows.
@cognaire/respond-sdk
Answering a single security question from your approved content. Same grounding, permissions and review rules - only the entry point changes.
# Ask one grounded question from the terminal $ cognaire respond answer \ --project acme-2026 \ --question "Describe your data retention policy." \ --grounding policy:security,prior:caiq-2025 → answer "Customer data is retained for 90 days…" → confidence 0.91 → sources policy:security§3.2, prior:caiq-2025#q44 → review pending (SME: priya@cognaire.com) → job 8f2a-91c3 # audit-logged
Permissions, retrieval scoping and review thresholds live at the platform layer. A UI click, CLI command and agent call all route through the same checks.
Responses can include sources, confidence signals and job identifiers for downstream review. Teams can inspect how an answer was produced instead of treating it as a black box.
Low-confidence answers, sensitive topics and threshold breaches can be routed to reviewers even when the request starts from an API, email or agent workflow.
Each tool is scoped by role and enforces the same permissions as the UI. Confidence thresholds, review routing and approval gates apply regardless of how the request arrives — so human judgement stays in the loop wherever it's configured to be.
Questionnaires & RFP
Recruitment & Talent
Request API, CLI or MCP access with your Cognaire workspace.