Skip to Content
Roadmap

Roadmap

Have an idea for the API? We’d love to hear it.

If there’s a query, mutation, filter, or capability you’d like to see added to the Archive API, submit a feature request through our feedback portal:

Submit a Feature Request 

Your feedback directly influences our API roadmap. The more detail you can share about your use case, the better we can prioritize and build what matters most.


Recently shipped

Improvements that were on the request list and are now live. If you’d asked for any of these, they’re ready to use today.

DateFeatureWhat changed
2026-06-15Competitor Brands via APINew competitorBrands and competitorBrand queries list the competitors tracked on your workspace, competitorBrandItems(brandId: ID!) returns the content captured for each one (with the full engagement payload), and mediaContents now accepts competitorBrandItemIds so you can pull media files for competitor content the same way you do for your own UGC. Available on plans that include Competitor Insights. See Competitor Brands.
2026-05-20Campaigns via APINew campaigns query lists your workspace’s campaigns, and a new campaignsIds filter on items lets you pull the content inside any campaign.
2026-05-20API Key Self-ServiceCustomers can now generate, rotate, and disable their own API tokens directly from Settings → Integrations — no more waiting on Support or your CSM. Agency plans get one token covering every workspace in the org. See Getting Started and Generating an API token .
2026-05-18Public Archive URLs on itemsEvery item now exposes an archivePublicUrl field — a shareable link to the item inside Archive. Works for every item type, including Stories and any other content without a permanent originalUrl. Available across all workspaces and plan tiers. See Items → All available item fields.
2026-05-08Import a post by URLNew uploadItemFromUrl mutation — the API equivalent of “Add UGC by Link” in the UI. Pass an Instagram / TikTok / YouTube URL and the post gets imported into your workspace asynchronously. See Items → Add an item from a URL.
2026-04-23Bulk engagement refreshA new refetchEngagementBulk mutation lets you force a fresh pull of engagement metrics for a set of items, and track progress via the operation query. Useful for time-sensitive reporting workflows where Archive’s natural polling cadence isn’t fresh enough. Requires a feature flag — talk to your CSM if you need it. See Operations.

Coming soon

What we’re actively working on next.

FeatureWhat it is
MCP ServerA native Model Context Protocol server so you can connect Archive directly to Claude, ChatGPT, Cursor, and other AI tools — without managing tokens or writing queries by hand.
Create and manage viewsNew mutations to create, rename, and delete views from code — across all four view types (Content Views, Collections, Social Profile Views, Creator Views). Filter inputs match the ones you already use for reading, so an existing query can be saved as a view in one call. The filterPresets query will also start returning Social Profile and Creator views (today it only returns Content Views and Collections), and creators / socialProfile will accept presetId the same way items does.

What’s already been requested

These API-related requests are already on our feedback board. Vote for them if they match your needs:

FeatureDescription
API Access to Creator Search with Tag, Keyword, and Follower Filters Programmatic creator discovery — search Archive’s full creator index by tag, keyword, hashtag, and follower count range, instead of only the creators already saved in the workspace
Expose Creator Audience Insights via API and CRM Integrations Once a creator’s audience data has been enriched in Creator Search, expose the demographic and audience-insight fields via the public API and CRM integrations — today those fields are only available in the Creator Search UI and the Creator modal inside Campaigns
Outbound Webhooks for Push-Based Event Streaming Push events to customer-owned endpoints (e.g. item.captured, item.engagement_updated) instead of requiring polling — lets integrations react in near-realtime and cuts request volume on both sides
Generate Post Summaries via the API An API endpoint to trigger post summary generation programmatically. Today summaries are read-only via the API — there’s no way to initiate generation in bulk, so backfills still depend on the UI
Creator Mutations via API for Labels and Collaboration Status Write labels and collaboration_status on creators via the API to sync from external CRMs (e.g. nightly “Do Not Contact” / “Contacted” / “Ambassador” flags). Today creator metadata can only be edited in the Archive UI
Last updated on