Senso is a single REST layer that sits between your data and your AI agents. We act as the Context OS enabling developers to ingest raw content, spin up an agent-ready context window, and trigger actions anywhere—all via schema-safe JSON.
/ingest
, and you’re off—no orchestration glue or boilerplate brokers needed.
SOURCE → CONTEXT OS → DESTINATION
Component | Description | Details |
---|---|---|
SOURCE | Point any raw input at Senso | • POST /content/* — files, single pages, full‑site crawls• POST /conversations — calls, chats, support‑email threads |
SENSO WORKSPACE | Index, label, transform, and route the data | • /search , /generate — query / transform• /rules , /rules/{id}/values — classify (e.g., BUG, FEATURE)• /triggers + /webhooks — fire actions when a rule matches |
DESTINATION | Handle the JSON webhook payload (your code) | You expose an endpoint (GitHub, HubSpot, Slack, DB, etc.); Senso POSTs the clean JSON payload for you to process |
SENSO_KEY
) and you’ll see the complete Source → Workspace → Destination loop in action—ready to copy-paste for your own use case.