deploy
This commit is contained in:
@@ -11,6 +11,12 @@ Use the generated operation tools to make real API calls. Do not invent API resp
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
Deployment auth note:
|
||||
|
||||
- Agent calls use required consumer setup secret `LEARNHOUSE_AUTH`.
|
||||
- `POST /api/v1/auth/login` accepts `application/x-www-form-urlencoded` credentials and returns `access_token`/`refresh_token` under `tokens`, while also setting `LH_access` and `LH_refresh` cookies.
|
||||
- For subsequent API calls, set `LEARNHOUSE_AUTH` to `Bearer <access_token>` or a Cookie header containing `LH_access`/`LH_refresh`.
|
||||
|
||||
## Operations
|
||||
|
||||
### login_api_v1_auth_login_post
|
||||
|
||||
Reference in New Issue
Block a user