POST /api/llm/key
: authenticateKey required — this endpoint accepted unauthenticated POSTs from any internet caller and stored a provider key in process memory. Now requires a valid Bearer zeq_ak_ key OR
| Method | POST |
| Path | /api/llm/key |
| Auth | public (no key) |
| Group | Agents · Llm Gateway |
Request
curl -X POST https://zeqsdk.com/api/llm/key \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.