jobskeywordsclusters
Results summaries, smarter filters, and API access
Shipped8 commits+3598−282
- Completed jobs now open with a Summary tab — A new **Summary** tab gives you a quick view of personas, references, keywords, clusters, and recent volume trends for finished jobs.
- Keywords and Clusters now have more powerful filters — You can now use multi-select intent and persona filters, numeric ranges, and saved filter settings between backtests to narrow results faster.
- API keys can now be managed in the dashboard — Create, view, and revoke API keys in **Settings → API Keys**, then use them with Bearer auth or the `X-API-KEY` header.
- jobsAdded a new **Summary** tab for completed jobs with at-a-glance counts and trend charts.
- keywordsAdded advanced filters for **Keywords** and **Clusters**, including multi-select intent and persona filters, plus saved settings between backtests.
- keywordsKeyword processing was tuned to finish sooner while surfacing a broader set of related keywords.
- clustersClustering now includes all keywords, not just enriched ones, for more complete groupings.
- keywordsIntent and persona filter labels now use the same colors as the results tables, making them easier to scan.
- authenticationAPI requests can now be authenticated with a dashboard session, `Authorization: Bearer <your-api-key>`, or `X-API-KEY: <your-api-key>`.
- apiAdded live API key management in the dashboard, including list, create, and revoke actions.
- jobsAdded a job summary endpoint to support the new Summary tab for completed runs.
- docsRefreshed the documentation site with a new look, updated launch messaging, and clearer product descriptions.
- docsUpdated the quickstart, API reference, and API key guide to cover Bearer auth and `X-API-KEY` support.
- docsImproved the docs playground so it can call live `/api/*` requests from the docs site or local preview.
- securityAPI secrets are shown only once when created, and keys can be revoked later if needed.
- securityA maximum of 10 active API keys is now enforced to help keep access manageable.