Keys API docs + announcement blog + changelog#2876
Keys API docs + announcement blog + changelog#2876atharvadeosthale wants to merge 4 commits intomainfrom
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Sites auto-generate unique domains with the pattern https://randomstring.appwrite.network |
Greptile SummaryThis PR adds the Keys API announcement blog post, a changelog entry, and expands the API keys documentation with programmatic key management (create/update/delete) across all server SDKs. The scopes table is also reorganized into accordion sections and new scopes ( Confidence Score: 5/5Safe to merge — all findings are P2 documentation suggestions with no functional impact. The changes are purely documentation and content (markdoc files, images, generated JSON). No runtime logic is affected. The two comments are minor: one questions whether keys.read should be listed as a requirement when no read examples are provided, and one flags a missing client setup in a blog post snippet. Neither blocks the release. src/routes/docs/advanced/platform/api-keys/+page.markdoc — verify whether the intro scope requirement matches the documented operations. Important Files Changed
Reviews (3): Last reviewed commit: "Apply suggestions from code review" | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
adityaoberai
left a comment
There was a problem hiding this comment.
Approved, please implement the suggested changes
Co-authored-by: Aditya Oberai <adityaoberai1@gmail.com>
|
|
||
| ## Create an API key | ||
|
|
||
| ```server-nodejs |
There was a problem hiding this comment.
We need examples for other server SDKs too
| | `teams.write` | Access to create, update, and delete your project's teams | | ||
|
|
||
| {% /accordion_item %} | ||
| {% accordion_item title="Database" %} |
There was a problem hiding this comment.
| {% accordion_item title="Database" %} | |
| {% accordion_item title="Databases" %} |
|
Reminder for myself - UPDATE DATES |


No description provided.