Products
Collective Reasoning Foresight Knowledge Agent Collective IQ
Company
Trust & Governance Results Developers Science

Integrate

Every channel becomes a doorway into a deliberation.

Embed CrowdSmart where decisions already happen — API, MCP, Slack, Teams, WhatsApp, Notion. Create a Knowledge Agent in four calls. Turn a chat thread into a structured session without losing the ideas that started it.

Meet users where decisions happen.

REST API

Create sessions, agents, and Knowledge Models. Embed them in workflows, community apps, and decision-support systems.

csgcip.onrender.com

MCP endpoint

Connect Claude Desktop, Cursor, and Windsurf at /mcp/sse. Bring CrowdSmart into the agent loop your developers already use.

/mcp/sse

Slack & Teams

Transform a chat conversation into action-oriented collective reasoning without leaving the channel where the work started.

Chat-to-Session

WhatsApp & Notion

Curate threads into seed propositions — informal discussion becomes structured evaluation without losing the originating ideas.

Seed propositions

Create an agent, upload a corpus, publish it, embed it.

Documents are chunked and embedded with nomic-embed-text-v1.5 locally. Read-only endpoints are free. Interactive docs live at /docs.

bash · Knowledge Agent quickstartPOST
# 1. Create an agent
curl -X POST https://csgcip.onrender.com/api/agents \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"name":"Contracts Authority","subtype":"knowledge"}'

# 2. Upload a corpus
curl -X POST https://csgcip.onrender.com/api/agents/$ID/documents \
  -F "file=@policy.pdf"

# 3. Publish
curl -X POST https://csgcip.onrender.com/api/agents/$ID/publish

# 4. Query with citations
curl -X POST https://csgcip.onrender.com/api/agents/$ID/query \
  -d '{"question":"What is our retention policy?","mode":"strict"}'

Turn an informal discussion into a structured evaluation.

Curate threads from Slack, Teams, WhatsApp, or Notion into seed propositions. The ideas that started the conversation become the starting point of a Collective Reasoning session — not a discarded transcript.

Seed from chat

Select messages; the system turns them into attributable propositions ready for peer review.

Launch without retyping

Configure participants, agents, and prompts around the seeded content, then invite from the same workspace.

Return the result

Confidence score, ranked reasoning, and audit trail land back where the team already works.

Sessions, agents, and Collective IQ — all addressable.

Session Builder & launch

Create and launch Collective Reasoning sessions through the REST API. Embed them in workflows, partner apps, and decision-support systems.

Agent factory

Spin up Knowledge Agents, invite them into sessions, or set several agents — each a vertical unit of expertise — to reason together.

Collective IQ query

Ask the organization's handbook conversationally. Every answer traces to concepts, propositions, and documents with provenance.

Provenance is preserved at every layer

From the patented learning engine to the channels where work happens — API calls, MCP workflows, Slack Jams, and Collective IQ queries all meter usage and retain the audit trail. See Trust & Governance →

Integrates into the stack you already run.

Communicate

Slack · Teams · Email · WhatsApp

Knowledge

Confluence · Drive · Notion

Workflow

Salesforce · HubSpot · Jira

AI platforms

OpenAI · Anthropic · Gemini · MCP clients

Start with the docs. Ship a session this week.

Base URL https://csgcip.onrender.com · interactive docs at /docs · MCP at /mcp/sse.

Open API docs Contact us