API
Changelog
Notable changes to the Fluenta Public API and Remote MCP. Newest first. Subscribe via RSS soon.
- v0.1.0
Public API & Remote MCP — public preview
- Added
Public REST surface under /api/v1/ext/* — collections, idea search, idea detail, X-Ray analyses (list / submit / result / progress), pipeline read, bookmark add/remove, ping, usage.
- Added
Remote MCP server at POST /api/v1/mcp (JSON-RPC 2.0). Supports initialize, notifications/initialized, tools/list, tools/call, resources/list, resources/read.
- Added
Two MCP X-Ray tools: fluenta_idea_x-ray_sandbox (free instant preview, no credits) and fluenta_idea_x-ray (full paid run, 2,000 credits, requires read_write key).
- Added
Public OpenAPI 3.0.3 document at /api/v1/ext/openapi.json. No key required.
- Security
Bearer-key authentication with two scopes: read and read_write. Keys never expire until revoked; manage at /app/settings/api-keys.
- Added
Updated whenever the public surface changes. Entries are immutable once shipped.