9 External Integrations ¶
Kiss ships with built-in support for connecting your application
to systems beyond itself — both calling external services and being
called by them — as well as integrating with modern AI tooling. This
chapter notes that these facilities exist; full details, including
class names, configuration, and worked examples, are in the Kiss
book.
9.1 Integrating With External Systems ¶
- REST Client — make HTTP calls out to third-party APIs.
- REST Server — accept inbound HTTP calls from external
systems and webhooks for clients that do not speak the Kiss
JSON-RPC protocol.
9.2 LLM Integration ¶
- LLM Providers — built-in support for OpenAI, Anthropic,
and Ollama.
- MCP Server — expose application tools to AI assistants
via the Model Context Protocol.
- Embeddings Database — vector storage for
retrieval-augmented generation (RAG).