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:
Vincent Koc
2026-03-06 20:20:00 -05:00
committed by GitHub
parent 75981b05c3
commit bf623a580b
4 changed files with 8 additions and 1 deletions

View File

@@ -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