Public API Entry
Machine-readable contracts. Human-readable entry point.
Ellygent is a context aware system engineering platform that helps you manage requirements, traceability, AI workflows, project-scoped data, and trusted enterprise information.
Ellygent
Backend API
Context-aware systems engineering APIs for product, AI, and enterprise integrations.
Public API Entry
Ellygent is a context aware system engineering platform that helps you manage requirements, traceability, AI workflows, project-scoped data, and trusted enterprise information.
Machine-readable contract discovery for client generation, automated validation, and agent planning workflows.
/api/v1/schema/
Interactive reference for exploring endpoints, request payloads, auth needs, and response contracts.
/api/v1/swagger/
Clean reference-oriented documentation view for faster reading when reviewing larger API surfaces.
/api/v1/redoc/
All endpoints require JWT authentication. Obtain a token via the frontend, then pass it in the Authorization header.
All API requests require a Bearer token in the Authorization header.
Authorization: Bearer YOUR_JWT_TOKEN
curl -H "Authorization: Bearer TOKEN" \ /api/v1/requirements/
curl -X POST \
-H "Content-Type: application/json" \
-d '{"name":"Alice","email":"alice@example.com","message":"Hi"}' \
/api/v1/Contact/