This repository contains the public documentation for SwiftReply AI, including guides, API reference, and high-level architecture.
guides/getting-started.mdguides/authentication.mdguides/rate-limits.mdguides/errors.md
architecture/overview.md- High-level diagrams (safe, non-sensitive)
openapi.yaml— Official OpenAPI 3.1 schema
Works with Swagger, Postman, Redoc, Stoplight.
Hosted version (recommended):
➡️ https://docs.swiftreply.ai
(Or GitHub Pages until production launch.)
Built using Docusaurus.
We expose a high-level but non-sensitive view of the system:
- Client SDK
- Public API Gateway
- Task Orchestrator
- Reply Engine
Internal services, infrastructure, and sensitive topology are not shown.
npm install
npm run startFixes, clarity improvements, and example expansions are appreciated.
Before contributing, read CONTRIBUTING.md.