API Reference
The Lore Registry exposes a versioned REST API under /v1/.
Base URL
- SaaS:
https://registry.lore.infraestrutura.app/v1 - Self-hosted:
https://<your-registry>/v1
Authentication
All write endpoints require a Bearer JWT:
Authorization: Bearer <token>Public packages can be read anonymously.
Endpoints
| Group | Description |
|---|---|
| Content API | Extract and cache fields from .lore archives |
| Packages API | Publish, pull, list packages (coming soon) |
| Namespace API | Manage namespaces and members (coming soon) |
| Search API | Full-text package search (coming soon) |