<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Anakin Changelog</title>
    <link>https://anakin.io/changelog</link>
    <description>New features, API changes, and fixes shipped in Anakin.</description>
    <language>en-us</language>
    <atom:link href="https://anakin.io/changelog/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Tue, 21 Jul 2026 00:00:00 GMT</lastBuildDate>
    
    <item>
      <title><![CDATA[[New, API, SDK] MCP: the full Anakin surface — 21 tools in Claude, Cursor & beyond]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-21-mcp-the-full-anakin-surface-21-tools-in-</guid>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The Anakin MCP connector ([mcp.anakin.io](https://mcp.anakin.io)) and the @anakin-io/mcp npm package (v0.2.0) now expose every Anakin product: Website Monitoring, AI Visibility, saved Browser Sessions, and AI Browser Automation join scraping, search, crawling, mapping, deep research, and Wire — 21 tools in total. Wire execution is now split into read and write tools, each carrying MCP safety annotations, so your client asks before anything state-changing runs; payment execution remains refused by policy. Non-Claude MCP clients (Cursor, VS Code) connect over the same OAuth flow, each with its own revocable API key.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] AI Visibility — one prompt across every AI engine, compared side by side]]></title>
      <link>https://anakin.io/products/ai-visibility</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-17-ai-visibility-one-prompt-across-every-ai</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[See what the major AI engines say when asked the same thing. POST /v1/ai-visibility/search fans one prompt out to ChatGPT, Gemini, and Google AI Overview and returns every answer side by side — full response, extracted summary, per-source latency, and credit cost. Pick the search geography with country, poll as each engine streams in, and re-run a single failed source without repeating the whole run. Available in the dashboard and the API.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Webhooks — push notifications for every async product]]></title>
      <link>https://anakin.io/docs/api-reference/webhooks</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-14-webhooks-push-notifications-for-every-as</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Stop polling. Subscribe an HTTPS endpoint once and get signed deliveries for scrape, crawl, map, and agentic-search job completions, Wire task results, monitor alerts, and AI Visibility runs. Payloads are signed with your endpoint's secret so you can verify authenticity, failed deliveries retry automatically with backoff, and a per-delivery log in the dashboard shows exactly what was sent and when. One-off jobs can also pass a webhookUrl directly — no endpoint setup needed.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Monitoring polish — end dates, smarter wire diffs, easier country picking]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-09-monitoring-polish-end-dates-smarter-wire</guid>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Monitors can now carry an end date and expire themselves when a watch is only relevant for a while. Wire monitor diffs are schema-aware, so changes are reported field by field against the action's actual output shape, with the full raw JSON one click away. And the country selector is searchable instead of a long scroll.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Monitor via Wire — watch any Wire action's output on a schedule]]></title>
      <link>https://anakin.io/docs/api-reference/monitoring/wire-monitors</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-08-monitor-via-wire-watch-any-wire-action-s</guid>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Monitors gain a third scope: wire. Run any catalog action on your schedule — a product search, a listing lookup, an account page — and get alerted when the JSON it returns changes. Same alerting and history as page monitors, pointed at structured API output instead of a page.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Website Monitoring — scheduled change detection with alerts]]></title>
      <link>https://anakin.io/products/monitoring</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-06-website-monitoring-scheduled-change-dete</guid>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Point a monitor at a URL and Anakin checks it on your schedule (down to every 15 minutes), records a change whenever the page differs from the last check, and alerts you by webhook or email. Watch the whole page (markdown or HTML diff) or track specific fields with a JSON Schema, and optionally let AI judge whether a change matters — e.g. "only when the price drops or it goes out of stock". site scope crawls the whole site each run and reports pages added, removed, and changed.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] URL scraper — extract JSON in your own schema]]></title>
      <link>https://anakin.io/docs/api-reference/url-scraper</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-07-06-url-scraper-extract-json-in-your-own-sch</guid>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[POST /v1/url-scraper now accepts outputSchema — a JSON Schema describing exactly the fields you want. The completed job's generatedJson matches your schema instead of an AI-inferred shape, so downstream code can rely on the structure. Passing outputSchema implies generateJson: true.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Log into catalog sites with 1Password]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-06-19-log-into-catalog-sites-with-1password</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Connect 1Password as an Identity Source and Wire signs into catalog websites on your behalf — no passwords pasted into Wire. Link a vault item once and authenticated actions pull the right credentials securely at run time.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Wire is now on anakin.io]]></title>
      <link>https://anakin.io/products/wire</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-06-18-wire-is-now-on-anakin-io</guid>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Wire — turn any website into an agent-callable API — now lives natively on anakin.io. A new [/products/wire](/products/wire) landing page, a built-in Wire dashboard, the public action catalog, and Identity Sources for managing how actions authenticate, all alongside your scraping and search tools.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Team accounts — shared plans, seats, and roles]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-06-18-team-accounts-shared-plans-seats-and-rol</guid>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Bring your team onto one account. A single subscription now covers the whole team with seat limits, member invites, and owner / admin / member roles, plus a top-nav switcher to move between your personal and team workspaces. Credits and usage pool across the org, with a per-member usage view so owners can see who's running what.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Annual plans and a new Scale tier]]></title>
      <link>https://anakin.io/pricing</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-06-16-annual-plans-and-a-new-scale-tier</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Choose annual billing to save versus paying monthly, and step up to the new Scale plan built for high-volume workloads. The pricing page now shows the monthly-vs-annual savings clearly, with discounts visible without toggling.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Save multiple logins per site]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-06-05-save-multiple-logins-per-site</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Keep more than one identity for the same catalog — a personal account, a work account, a shared test login — and choose which one an action runs as. Manage them all from Identities in the Wire console.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Connect a login through a guided browser session]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-06-03-connect-a-login-through-a-guided-browser</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[For sites with SSO or MFA where a username and password aren't enough, sign in through a guided browser session and Wire captures the resulting authenticated session to reuse — so those actions can run behind login too.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Log into catalog sites with a username and password]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-05-22-log-into-catalog-sites-with-a-username-a</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Provide a site's username and password once and Wire signs in for you (Plaid-style), then runs actions on pages behind that login. Your password is never stored — Wire keeps only the session it captures.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Scrape sites protected by Datadome]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-05-20-scrape-sites-protected-by-datadome</guid>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Tougher anti-bot handling: a new browser engine gets scrapes through Datadome's protection, so more high-defense sites return data reliably instead of failing or serving challenge pages.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Public API Playground — try every endpoint without signing up]]></title>
      <link>https://anakin.io/demo</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-29-public-api-playground-try-every-endpoint</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[An interactive playground at [anakin.io/demo](/demo) lets developers test scrape, map, crawl, search, and AI search against any URL before creating an account. Five endpoint modes, two free anonymous calls, then a contextual signup prompt. No credit card required.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, SDK] SDK family expands to 9 languages — Rust, PHP, Ruby, Elixir, Java added]]></title>
      <link>https://anakin.io/docs/sdks</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-29-sdk-family-expands-to-9-languages-rust-p</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Five new official SDKs published across major registries:  - Rust — [crates.io/crates/anakin-sdk](https://crates.io/crates/anakin-sdk) cargo add anakin-sdk - PHP — [packagist.org/packages/anakin/sdk](https://packagist.org/packages/anakin/sdk) composer require anakin/sdk - Ruby — [rubygems.org/gems/anakin-sdk](https://rubygems.org/gems/anakin-sdk) gem install anakin-sdk - Elixir — [hex.pm/packages/anakin](https://hex.pm/packages/anakin) {:anakin, "~> 0.1"} - Java — Maven Central io.github.anakin-inc:anakin-sdk:0.1.0  All five mirror the same surface as the existing Python, Node.js, and Go SDKs: scrape, map, crawl, search, agentic_search, wire, browser-session CRUD, and a typed error hierarchy.]]></description>
    </item>

    <item>
      <title><![CDATA[[Docs] SDK docs expanded — per-language reference pages for all 9 SDKs]]></title>
      <link>https://anakin.io/docs/sdks</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-28-sdk-docs-expanded-per-language-reference</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Dedicated reference pages added for Go, Rust, PHP, Ruby, Elixir, Java, and .NET (coming soon). Each covers install, quickstart, method reference, configuration options, and the full error hierarchy. The SDKs landing page now lists all nine languages with install commands.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, SDK] Go SDK published — pkg.go.dev indexed]]></title>
      <link>https://anakin.io/docs/sdks/go</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-28-go-sdk-published-pkg-go-dev-indexed</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The official Go module is now live on the Go module proxy and pkg.go.dev.  ``bash go get github.com/Anakin-Inc/anakin-go `  Uses functional options (WithAPIKey, WithTimeout`, etc.), zero runtime dependencies (pure stdlib HTTP), and 23 tests. Requires Go 1.21+.]]></description>
    </item>

    <item>
      <title><![CDATA[[Fix] MCP server v0.1.1 — init --all now prompts for API key when unset]]></title>
      <link>https://anakin.io/docs/integrations/ai-agents/mcp-server</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-28-mcp-server-v0-1-1-init-all-now-prompts-f</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Previously, npx -y @anakin-io/mcp init --all exited with an error if ANAKIN_API_KEY wasn't set — forcing a manual export step. The --all flag controls per-client confirmations, not the key prompt. Now the key is always requested interactively if the env var is absent, regardless of mode.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, SDK] Initial public release of three SDKs and MCP server]]></title>
      <link>https://anakin.io/docs/sdks</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-28-initial-public-release-of-three-sdks-and</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Four packages went live simultaneously:  - @anakin-io/sdk v0.1.0 — Node.js / TypeScript SDK on npm - @anakin-io/mcp v0.1.0 — Model Context Protocol server on npm (auto-configures Claude Desktop, Claude Code, Cursor, Cline, Continue, Zed, Windsurf, VS Code) - anakin-sdk v0.1.0 — Python SDK on PyPI (import name: anakin) - anakin-cli v0.2.0 — CLI for terminal-driven scraping on PyPI  All packages are Apache 2.0 licensed and open source under [github.com/Anakin-Inc](https://github.com/Anakin-Inc).]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Wire action catalog search and discovery API]]></title>
      <link>https://anakin.io/docs/api-reference/wire</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-15-wire-action-catalog-search-and-discovery</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[New endpoints to discover and search the Wire (Holocron) action catalog:  - GET /v1/holocron/catalog — list available action catalogs - GET /v1/holocron/catalog/{id} — get a specific catalog - POST /v1/holocron/search — search actions by keyword  Enables programmatic discovery of pre-built Wire actions without needing the dashboard.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Browser sessions — CDP connect with session storage injection]]></title>
      <link>https://anakin.io/docs/api-reference/browser-api</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-04-10-browser-sessions-cdp-connect-with-sessio</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Browser Connect (/v1/browser-connect) now supports loading saved sessions via ?session_id or ?session_name. Cookies, localStorage, and proxy assignment are injected into the CDP context before the WebSocket upgrade — eliminating re-login flows for authenticated scraping targets.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] CLI v0.2.0 — research command, improved output formatting]]></title>
      <link>https://pypi.org/project/anakin-cli/</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-03-18-cli-v0-2-0-research-command-improved-out</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[anakin-cli v0.2.0 ships:  - New research command powered by agentic search — ask a question, get a synthesised answer with sources - Markdown output now renders in-terminal with colour coding - --format json flag on all commands for piping to jq - --country flag on scrape and crawl for geo-targeted results]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Agentic search — structured JSON schema output]]></title>
      <link>https://anakin.io/docs/api-reference/agentic-search</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-03-10-agentic-search-structured-json-schema-ou</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[POST /v1/agentic-search now accepts an optional schema field (JSON Schema object). When provided, the answer is returned as structured JSON matching the schema rather than free-form text. Useful for extracting typed data from multi-source research tasks.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Rate limits raised — 60 req/min scrape, 30 req/min search]]></title>
      <link>https://anakin.io/docs/documentation/rate-limits</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-03-03-rate-limits-raised-60-req-min-scrape-30-</guid>
      <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Default rate limits increased across the board:  | Endpoint | Old limit | New limit | |---|---|---| | URL Scraper | 30/min | 60/min | | Search | 15/min | 30/min | | Agentic Search | 5/min | 10/min | | Map | 20/min | 40/min | | Crawl | 10/min | 20/min |  Enterprise plans can request higher limits via the dashboard.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Map endpoint — subdomain discovery and link filtering]]></title>
      <link>https://anakin.io/docs/api-reference/map</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-02-20-map-endpoint-subdomain-discovery-and-lin</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[POST /v1/map gains two new parameters:  - include_subdomains (bool) — discover links across all subdomains of the root domain - search (string) — filter returned links to those matching a keyword (server-side, no extra API calls)  Both are optional and backward-compatible.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Screenshot support in URL scraper]]></title>
      <link>https://anakin.io/docs/api-reference/url-scraper</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-02-12-screenshot-support-in-url-scraper</guid>
      <pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Pass "screenshot": true in the scrape request body to capture a full-page PNG screenshot of the scraped page. Returned as a base64-encoded string in the screenshot field of the response. Automatically handled by the browser worker when useBrowser is also true.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Improved anti-bot resilience]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-02-04-improved-anti-bot-resilience</guid>
      <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Our browser engine now achieves materially higher success rates on heavily-protected sites:  - Stronger fingerprint masking across canvas, WebGL, audio, and fonts - WebRTC leak prevention on by default - Automatic handling of interactive challenges on supported targets - Self-healing browser workers that auto-recover from crashes]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Crawl — depth control and page limit parameters]]></title>
      <link>https://anakin.io/docs/api-reference/crawl</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-01-22-crawl-depth-control-and-page-limit-param</guid>
      <pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[POST /v1/crawl now accepts:  - max_depth (int, default 2) — how many link-hops from the start URL to follow - max_pages (int, default 100) — hard cap on total pages crawled  Both are enforced server-side. The job completes when either limit is hit or the site is exhausted.]]></description>
    </item>

    <item>
      <title><![CDATA[[Fix] Credits deducted only on job completion — no charge for failed jobs]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2026-01-10-credits-deducted-only-on-job-completion-</guid>
      <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Previously, credits were checked and reserved upfront but deducted at the end. A race condition meant some failed jobs still consumed credits. The deduction path is now strictly gated on status = completed. Jobs that timeout, fail, or are cancelled consume zero credits.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Smarter automatic proxy selection]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2025-12-15-smarter-automatic-proxy-selection</guid>
      <pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[Scrape requests are now routed to the proxies that perform best for each domain+country pair, and routing adapts continuously as performance shifts. The result: lower block rates on difficult targets without manual proxy management.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] API key encryption at rest — AES-256-GCM]]></title>
      <link>https://anakin.io/changelog</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2025-12-01-api-key-encryption-at-rest-aes-256-gcm</guid>
      <pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[API keys are now stored AES-256-GCM encrypted at rest. The SHA-256 hash is used for fast lookup; the plaintext key is only shown once at creation time. Existing keys were migrated transparently — no action required from existing users.]]></description>
    </item>

    <item>
      <title><![CDATA[[New, API] Batch URL scraping — up to 10 URLs in one request]]></title>
      <link>https://anakin.io/docs/api-reference/url-scraper</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2025-11-18-batch-url-scraping-up-to-10-urls-in-one-</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[POST /v1/url-scraper/batch submits up to 10 URLs in a single API call. Each URL is processed as an independent job; the batch endpoint returns a list of job IDs for polling. Useful for scraping product listings, search results, or other sets of known URLs.]]></description>
    </item>

    <item>
      <title><![CDATA[[New] Dashboard — credit usage history and per-request breakdown]]></title>
      <link>https://anakin.io/dashboard</link>
      <guid isPermaLink="false">https://anakin.io/changelog#2025-11-05-dashboard-credit-usage-history-and-per-r</guid>
      <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[The dashboard now shows a 30-day credit usage chart and a per-request breakdown table (endpoint, URL domain, credits used, timestamp). Filterable by endpoint type. Useful for understanding spend distribution before upgrading plans.]]></description>
    </item>
  </channel>
</rss>