mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Agents: add skill API rate-limit guardrail (#38452)
* Agents: add rate-limit guardrail for skill API writes * Changelog: note skill API rate-limit awareness
This commit is contained in:
@@ -168,5 +168,7 @@ Common property formats for database items:
|
||||
|
||||
- Page/database IDs are UUIDs (with or without dashes)
|
||||
- The API cannot set database view filters — that's UI-only
|
||||
- Rate limit: ~3 requests/second average
|
||||
- Rate limit: ~3 requests/second average, with `429 rate_limited` responses using `Retry-After`
|
||||
- Append block children: up to 100 children per request, up to two levels of nesting in a single append request
|
||||
- Payload size limits: up to 1000 block elements and 500KB overall
|
||||
- Use `is_inline: true` when creating data sources to embed them in pages
|
||||
|
||||
Reference in New Issue
Block a user