API Endpoints
Base URL
Section titled “Base URL”https://api.marc27.com/api/v1Authentication
Section titled “Authentication”X-API-Key: m27_your_key_hereOr:
Authorization: Bearer <jwt>Discovery
Section titled “Discovery”Get the full API map (no auth required):
curl https://api.marc27.com/api/v1/agent/capabilitiesServices
Section titled “Services”| Service | Endpoints | Description |
|---|---|---|
| Knowledge | 6 | Graph search, semantic search, embed, catalog |
| Research | 1 | RLM research engine (SSE stream) |
| LLM | 2 | Model listing, streaming completion |
| Compute | 6 | GPU listing, job submit/status/cancel, cost estimate |
| Nodes | 6 | Register, heartbeat, delete, key exchange, list |
| Workflows | 6 | Start, list, status, cancel, specs |
| Marketplace | 3 | List, search, publish resources |
| Support | 3 | Create, list, update tickets |
| Policy | 1 | Evaluate access control |
| Auth | 3 | Token exchange, refresh, device flow |
| Users | 2 | Profile, update |
| Projects | 2 | List, create |
| API Keys | 2 | List, create |
| Usage | 1 | Usage metrics |
| GraphQL | 1 | Query multiple services in one request |