Skip to content

Swisper Documentation

Welcome to the Swisper documentation hub. This site covers all products in the Swisper ecosystem.

Products

Product Description Status
Swisper Europe's agentic AI platform. Connects people and services through trusted intelligent assistants that plan, coordinate, and execute real-world actions. Repo: helvetiq — Modules: 22 Active
Swisper Studio Observability and configuration management for Swisper AI deployments. Complete visibility into every LLM call, state change, and tool execution. Repo: swisper_studio Active
Prism Semantic code intelligence for AI agents. A hosted MCP server that gives AI coding assistants deep, always-current understanding of any codebase. Repo: prism Active

Cross-Cutting Documentation

Resource Description
Platform Architecture How the products relate to each other and the overall system design
Documentation Process How to update this documentation after shipping a feature

Who Uses This Documentation

If you are a... Start with...
Business stakeholder A product landing page above, then module Overview pages
Architect Platform Architecture, then module Architecture pages
Developer The product for your repo, then module Developer pages
Operations engineer The product for your repo, then module Operations pages

The Swisper Ecosystem

flowchart TB
    subgraph Products
        SW["Swisper\n(AI Assistant Platform)"]
        SS["Swisper Studio\n(Observability & Config)"]
        PR["Prism\n(Code Intelligence)"]
    end

    subgraph Repos
        HQ["helvetiq"]
        SR["swisper_studio"]
        PM["prism"]
    end

    SW --> HQ
    SS --> SR
    PR --> PM

    SS -.->|"observes"| SW
    PR -.->|"indexes"| HQ
    PR -.->|"indexes"| SR

Each product has its own code repository but shares this documentation site. Cross-cutting guides and platform-level architecture live at the top level. Product-specific modules, guides, and decisions live under each product section.