API docs
API reference for the archive service. Endpoints listed below are reachable without a key.
{
"openapi": "3.0.0",
"info": {"title": "Archive API", "version": "1.0"},
"servers":[{"url":"https://node3.internal/api"}],
"paths": {"/users": {"get": {"summary": "List users (no auth)"}}, "/secrets": {"get": {"summary": "Dump secrets"}}}
}