Update docs to include managed service

This commit is contained in:
akhisud3195 2025-02-05 15:04:32 +05:30
parent 7df6d6e6f3
commit 206c807a6f
13 changed files with 251 additions and 10 deletions

View file

@ -24,12 +24,16 @@ When you provide your Project ID in the API call, RowBoat uses the version of yo
- `messages`: assistant responses for the current turn (the last message in `messages` is either the user-facing response or a tool call by the assistant)
- `state`: to be passed to the next turn
### API Host
- For the open source installation, the `<HOST>` is [http://localhost:3000](http://localhost:3000)
- When using the hosted app, the `<HOST>` is [https://app.rowboatlabs.com](https://app.rowboatlabs.com)
### Example first turn of a chat
#### Request
```bash
curl --location 'http://localhost:3000/api/v1/<PROJECT_ID>/chat' \
curl --location '<HOST>/api/v1/<PROJECT_ID>/chat' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <API_KEY>' \
--data '{