Latest API and SDK updates. Subscribe via RSS · Discord
Latest API and SDK updates. Subscribe via RSS · Discord
Inboxes now support custom metadata: your own key-value data attached to any inbox. Link an inbox to records in your own system, such as a tenant ID, user ID, or feature flags, and read it back on every inbox response. Build agents that carry your application’s context wherever an inbox goes.
New features:
Changes:
Inbox object now includes an optional metadata field, returned on get, list, and create responses.POST /v0/inboxes accepts a metadata field to set metadata at creation time.PATCH /v0/inboxes/:inbox_id accepts a metadata field. Updates merge into existing metadata: keys you include are added or overwritten, and keys you omit are preserved. Send a key with a null value to remove it, or set metadata to null to clear everything. Each update must include at least one of display_name or metadata.Build agents that:
Learn more about attaching and updating inbox data in the Inboxes metadata guide.