Questions worth asking before you trust it

Short answers, no hedging. If something here is not true of the build you are running, that is a bug.

Which model does it use?
That is deliberately not a question you have to answer. Cowind presents one assistant, Wind, and routes each request internally to the capability it needs — engineering, finance, visual, long-context, extraction — often several at once. The engine layer is private, and it is designed so that swapping a specialist is a configuration change rather than something you would notice in the product.
Will it send emails or post messages on its own?
No. Anything that sends, publishes, changes or deletes outside the workspace is prepared in full, shown to you exactly as it would go out, and held. You approve, edit before approving, or reject. Every decision produces a receipt — including the case where you approve something whose system is not connected, where the receipt says plainly that nothing was sent.
What does it do when a request is trivial?
Answers it. A greeting or a one-line question is handled by the fast conversational layer with no specialist involved. Spending a heavy specialist on small talk would be slow and expensive, so the router is built to refuse to.
Can an agent end up with more access than me?
No, and not by policy — by construction. An agent's permissions for a run are the intersection of its own grants with the permissions of the person who started it. An agent can be narrower than you. Wider is not expressible in the system.
Does every agent see everything the company knows?
No. Knowledge is scoped to departments and to an agent's own scopes. A finance source is not visible to an engineering run just because both live in the same workspace, and the Knowledge page shows you exactly what a retrieval would and would not surface.
What happens when something fails mid-run?
Each stream walks an ordered fallback path rather than surfacing an error. You see one calm line — that Wind switched paths — while the real cause goes to server-side telemetry. A run is bounded too: 6 specialist calls, depth 2, and a hard timeout, so a loop is not possible rather than merely unlikely.
Can I see what it actually did?
Yes. Every run records its steps, which specialists ran, what knowledge was searched, what was approved and by whom, and what was executed. What you will not see is private chain-of-thought: operational state is transparency, a reasoning transcript is noise.
Are all 770 integrations connected?
No — and the product never implies otherwise. The catalogue is what Cowind can represent; connection state is per workspace and shown honestly. A service without credentials reads as not connected, Wind is told which tools genuinely exist, and it cannot claim to have used one that does not.
Where do my credentials live?
Server-side only. They are read in a single private module, never sent to the browser, never embedded in a page, never logged, and stripped from any text on its way to a user in case one ever appears in output.
Can we run it on our own infrastructure?
Yes. It is a standard Node application with the storage layer behind one narrow interface, so pointing it at your own database and your own hosting is a contained change rather than a rewrite.