SAALT is an AI platform for building, running, and managing Agents. You work with your Agents through the web app or programmatically, and you can extend the platform with your own Apps and integrations. This introduction points you at the core concepts and the two ways to build on top of SAALT.
Core concepts
- Spaces — workspaces that organize your Agents, Knowledge, and Apps. Spaces can be shared with a team or kept as private, personal Spaces.
- Agents — configurable AI assistants with their own model, instructions, Knowledge, and Tools.
- Chat — the conversational interface to an Agent, with an Agent switcher, file uploads, conversation search, and deep-research progress.
- Knowledge — the documents and sources an Agent can draw on. Each Knowledge Document is indexed so the Agent can ground its answers.
- Memory — personal, per-user context an Agent remembers across conversations, so you don't have to repeat yourself.
- Apps — features that extend an Agent or the platform. Apps can live inside a chat or run as full-page standalone apps.
Building on SAALT
There are two tracks for extending the platform.
Apps and Bridge
Build an App to add views, Knowledge, and Tools that integrate directly into the SAALT UI. Apps talk to SAALT Core through the Bridge SDK. Start with the App development guide.
APIs
Interact with your Agents and core features programmatically:
- REST API — the full SAALT contract for managing and calling Agents. See the API overview and the API reference.
- OpenAI-compatible API — a gateway that speaks the OpenAI chat-completions format, so existing OpenAI SDKs and tools can talk to your Agents with minimal changes.
Last modified on