The workspace where every claim is on the record.
Slack and Notion show text. Bloomberg IB shows who is already there. In QL Collab a message that says $NVDA freezes what the tape said when it was sent, /call turns it into a thesis the resolver grades, @risk and @ic are teammates with receipts, your Sheets answer over REST, and a TradingView alert posted through a hook becomes a graded claim. Built for deal teams, investment committees, syndicates and family offices — free with a team.
How a message becomes a record
Four steps, no ceremony. Nothing is back-filled from today's tape; a claim's entry is what the market said when it was made.
Write $NVDA anywhere — chat, a note, a deck, an inbound hook — and price, day change and the 5-factor signal freeze onto it. Readers see "▲ +6% since".
/call NVDA bull swing "capex still accelerating" or 🎯 on any pinned message. The entry of record is the pin, target and stop follow the horizon.
Members vote conviction. A resolver posts the verdict back as @ic; @risk warns when an open thesis drifts toward its stop. Friday, the committee memo files itself.
/record: what we said vs what happened, per member, with calibration. Export CSV, publish /team/<slug>, or read it over MCP.
Every tool, and how to invoke it
Grouped the way a desk uses them. NEW marks what shipped in this release; PRO+ marks the one door that needs a paid plan (the REST documents-as-APIs endpoint). Everything else is free with a team.
/api/collab-tools…Only QL Collab does this
Rows of the matrix below where no competitor — not even with bots, add-ons or an enterprise plan — has an equivalent.
Against the tools a desk already pays for
Conservative on purpose: a competitor gets ◐ partial whenever a bot, integration or enterprise tier can approximate the row. Pricing is described as a model, not a number, because theirs change and ours is free with a team.
| Capability |
|---|
api/_lib/collab-tools.js; tell us if one is wrong.Address the workspace from anything you already run
Hooks in, APIs and MCP out. The same library calls the app uses, so a post from a script or an assistant is pinned, moderated and graded exactly like a member's.
Mint a URL with /hooks in the channel (creator or org admin). Slack shape, Discord shape or plain text all work; symbol makes sure the pin captures the ticker.
# any HTTP client curl -X POST https://quantlogix.ai/api/channels/hook/qlh_… \ -H 'Content-Type: application/json' \ -d '{"text":"NVDA broke 130 on 2x volume","symbol":"NVDA"}' # TradingView alert message {"text":"{{ticker}} {{close}} {{strategy.order.action}}","symbol":"{{ticker}}"}
Connect https://quantlogix.ai/api/mcp (OAuth, one click). Account-scoped tools run as you and are gated by live team membership.
# in Claude, after connecting the QuantLogix connector "Post to #semis that $AVGO looks extended into earnings, then log it as a bear swing call, and show me the channel Record." # tools used post_collab_message · log_collab_decision · get_collab_record
A sheet range or a note section, surgically. Optimistic concurrency returns 409 if the doc moved under you.
GET /api/v1/collab?ref=sheet:<id>&range=A1:D20&header=1 PUT /api/v1/collab {"ref":"note:<id>","section":"Risks", "text":"Lockup expires 12 Sep","mode":"append"} # Authorization: Bearer ql_… · docs at /api-docs#collab
Zero-dependency Node over the same OAuth door. Piped stdin becomes a pinned note.
npx quantlogix login python memo.py | ql notes new --space semis --title "AVGO into print" ql sheets read <sheet-id> A1:D20 ql slides new --from-note <note-id>
Questions a desk asks first
What is QL Collab Tools?
QL Collab Tools is the toolkit inside QL Collab, QuantLogix's team workspace: channels, Notes, Sheets, Slides and a canvas where every $TICKER claim is pinned to what the tape said when it was written, every call becomes a tracked thesis graded against real prices, AI desk agents answer in the channel with receipts, documents are addressable as APIs, and external alerts posted through inbound hooks become graded claims.
How is QL Collab different from Slack or Microsoft Teams?
Slack and Teams are generic chat: a message is text. In QL Collab a message that mentions $NVDA freezes the price, day change and 5-factor signal at send time, can be promoted to a tracked thesis whose entry of record is that pin, and is graded later by a resolver that posts the verdict back into the channel. The channel Record, Desk Standings and the public team page are built from those pins — none of which a generic chat tool has.
Can TradingView or Zapier post into a QL Collab channel?
Yes. Each channel can mint up to five Slack-compatible incoming-webhook URLs (/hooks in the composer). Anything that POSTs JSON such as {"text": "...", "symbol": "NVDA"} or plain text lands in the room as a message from that hook, and every ticker it carries is point-in-time pinned on arrival, so the alert is graded like a member's claim.
Can Claude or another AI assistant act inside my QL Collab workspace?
Yes. The QuantLogix MCP server exposes OAuth-only tools to list spaces, read and write Notes, Sheets, Slides and diagrams, post a message into a channel, log a tracked call and read the channel Record — always as the signed-in user and gated by live team membership on every call.
What does QL Collab cost?
QL Collab is free with a team on any QuantLogix plan: channels, pins, calls, the Record, desk agents (within the plan's AI budget), Notes, Sheets, Slides, hooks and MCP access. Pro and Institutional add the documents-as-APIs REST door for ql_ API keys and larger metered agent budgets.
QL Collab lives at /qlcollab (per-tool pages: Notes · Sheets · Slides · Draw). Desk agents answer with live data and an informational-only disclaimer; nothing here is investment advice. Competitor names are the property of their owners and are referenced for comparison only. See also Public Market Products and Private Market Products.