# DevTune ## Docs - [Personal Settings & Notifications](https://docs.devtune.ai/account-billing/account-settings.md): Configure your personal DevTune profile, notification preferences, appearance, password, MFA, and project-specific notification overrides. - [Agent Activity](https://docs.devtune.ai/account-billing/agent-activity.md): Audit recent DevTune API and AI agent traffic across your account by API key, project, endpoint, scope, status code, and request latency. - [API Keys](https://docs.devtune.ai/account-billing/api-keys.md): Create, scope, expire, and revoke project-scoped DevTune API keys for the public REST API and MCP server, all managed from the team-account sidebar. - [Account & Billing](https://docs.devtune.ai/account-billing/overview.md): Manage your DevTune team workspace including team membership, billing plans, content credits, API keys, webhooks, and agent activity audit logs. - [Team Management](https://docs.devtune.ai/account-billing/team-management.md): Manage your DevTune team workspace settings, members, invitations, roles, domain auto-join, and ownership transfer from the Team page. - [Adoption Dashboard](https://docs.devtune.ai/adoption-tracking/dashboard.md): Navigate the DevTune Adoption Metrics dashboard to interpret npm and PyPI download trends, GitHub stars, market share, and competitive positioning. - [Adoption Metrics Overview](https://docs.devtune.ai/adoption-tracking/overview.md): Monitor your SDK or library adoption across package registries and GitHub with download trends, market share, and competitive positioning. - [AI Traffic Dashboard](https://docs.devtune.ai/ai-traffic/dashboard.md): Navigate the DevTune AI Traffic dashboard to interpret AI bot crawl patterns, referral traffic from ChatGPT and Claude, platform breakdowns, and top pages. - [AI Traffic Overview](https://docs.devtune.ai/ai-traffic/overview.md): Track and analyze AI bot crawlers and referral traffic from AI platforms like ChatGPT, Claude, Perplexity, and Gemini visiting your website. - [AI Traffic Setup](https://docs.devtune.ai/ai-traffic/setup.md): Install the DevTune JavaScript tracking snippet on your website to monitor AI bot crawlers and referral traffic, with optional first-party proxy routing. - [Analytics Overview](https://docs.devtune.ai/analytics/overview.md): Explore DevTune's analytics views to turn AI Search tracking runs into patterns: where your brand appears, which sources platforms cite, and weak topics. - [AI Search Analytics](https://docs.devtune.ai/analytics/search-analytics.md): Analyze AI Search visibility trends, platform performance, top citations, and competitive positioning with shared filters and focused breakdown charts. - [API Authentication](https://docs.devtune.ai/api-reference/authentication.md): Create project-scoped API keys, configure endpoint scopes, and authenticate DevTune REST API requests with the Authorization bearer header. - [Create webhook subscription](https://docs.devtune.ai/api-reference/create-webhook-subscription.md): Registers a new webhook subscription. Returns the subscription including the signing secret (only shown once). Requires the webhooks.write scope. - [Delete webhook subscription](https://docs.devtune.ai/api-reference/delete-webhook-subscription.md): Deactivates a webhook subscription. Requires the webhooks.write scope. - [Detect intelligence anomalies](https://docs.devtune.ai/api-reference/detect-intelligence-anomalies.md): Detects unusual shifts in primary citations and presence rate using rolling baseline analysis. - [API Error Handling](https://docs.devtune.ai/api-reference/errors.md): DevTune API HTTP status codes, structured JSON error response format, common error codes, retry guidance, and troubleshooting steps for failed requests. - [Generate action brief](https://docs.devtune.ai/api-reference/generate-action-brief.md): Queues or reuses command-center brief generation for the specified action and returns the current generation state. - [Get action brief](https://docs.devtune.ai/api-reference/get-action-brief.md): Returns the stored brief status for an action together with the execution-ready markdown payload when a brief is ready. - [Get adoption metrics](https://docs.devtune.ai/api-reference/get-adoption-metrics.md): Returns npm downloads and GitHub stars trends for project domains. - [Get aggregate citation statistics](https://docs.devtune.ai/api-reference/get-aggregate-citation-statistics.md): Returns aggregate citation totals from the v2 citation stats rollup for a fixed 30 or 90 day window. Use top-pages and top-domains for citation lists. - [Get competitive positioning data](https://docs.devtune.ai/api-reference/get-competitive-positioning-data.md): Returns citation comparison between primary, competitor, and other sources over time for a fixed rolling window. - [Get top citation domains](https://docs.devtune.ai/api-reference/get-top-citation-domains.md): Returns top citation domains for a fixed 30 or 90 day window. - [Get top citation pages](https://docs.devtune.ai/api-reference/get-top-citation-pages.md): Returns top citation pages for a fixed 30 or 90 day window. - [Get traffic by platform](https://docs.devtune.ai/api-reference/get-traffic-by-platform.md): Returns LLM traffic data grouped by AI platform with event counts and percentages. - [Get traffic summary](https://docs.devtune.ai/api-reference/get-traffic-summary.md): Returns aggregate LLM traffic metrics including total events, bot events, and referral events. - [Get visibility diff](https://docs.devtune.ai/api-reference/get-visibility-diff.md): Compares the current visibility window with the previous same-length window. - [Get visibility summary metrics](https://docs.devtune.ai/api-reference/get-visibility-summary-metrics.md): Returns share of voice, presence rate, brand mentions, and citation statistics. - [Get what-works recommendations](https://docs.devtune.ai/api-reference/get-what-works-recommendations.md): Returns channel-level learnings from completed actions whose target URLs were marked as interventions, crawled after completion, and correlated with outcome metrics. If there is not enough intervention data yet, the endpoint returns an explanatory emptyState with the missing requirements and current… - [List actions](https://docs.devtune.ai/api-reference/list-actions.md): Returns the current actions workspace for a project, including active recommendations and adopted backlog items. - [List content gaps](https://docs.devtune.ai/api-reference/list-content-gaps.md): Returns canonical content-gap signals from the Actions system. These are topic or prompt-cluster opportunities backed by command-center evidence; workflow fields such as opportunityScore, status, briefs, and interventions remain on the Actions endpoints. - [List webhook subscriptions](https://docs.devtune.ai/api-reference/list-webhook-subscriptions.md): Returns active webhook subscriptions for the project. Requires the webhooks.read scope. - [MCP Server](https://docs.devtune.ai/api-reference/mcp-server.md): Connect Claude, Cursor, and other MCP-compatible coding agents to DevTune AI search visibility data with the Streamable HTTP Model Context Protocol server. - [DevTune REST API Reference](https://docs.devtune.ai/api-reference/overview.md): Integrate DevTune visibility metrics, citations, adoption data, and webhooks into CI/CD pipelines, BI tools, and dashboards with the public REST API. - [API Rate Limits](https://docs.devtune.ai/api-reference/rate-limits.md): DevTune REST API per-key rate limits by Plus, Pro, and Enterprise plan tiers, including request quotas, throttling behavior, and 429 response handling. - [Rotate webhook signing secret](https://docs.devtune.ai/api-reference/rotate-webhook-signing-secret.md): Generates a new HMAC-SHA256 signing secret for the webhook subscription. The old secret is invalidated immediately. The new secret is only returned once in this response. Requires the webhooks.write scope. - [Webhooks](https://docs.devtune.ai/api-reference/webhooks.md): Receive real-time HTTP notifications when DevTune visibility metrics change or AI Search runs complete, with payload examples and signature verification. - [Community Discourse Overview](https://docs.devtune.ai/community-discourse/overview.md): Track developer-community threads on Reddit, Hacker News, GitHub, Dev.to, and Stack Overflow, with citation overlaps and brand presence in one project view. - [Cross-Signal Timeline](https://docs.devtune.ai/community-discourse/timeline.md): Use the Timeline page to align AI Search movement, community activity, content changes, annotations, and outcomes on one shared chronology. - [Browsing Owned Content](https://docs.devtune.ai/content-explorer/browsing-content.md): Navigate the Content Explorer sitemap tree, search and filter crawled pages, view rendered content, and inspect per-page AI bot traffic and referrals. - [Owned Content Overview](https://docs.devtune.ai/content-explorer/overview.md): Browse your crawled site tree, inspect page details, compare versions between crawls, and see which pages AI bots crawl and reference most often. - [Version History & Diffs](https://docs.devtune.ai/content-explorer/version-history.md): Track owned content changes across DevTune domain crawls with a visual page version timeline and side-by-side diff comparison between any two crawl snapshots. - [Creating Your Account](https://docs.devtune.ai/getting-started/creating-account.md): Step-by-step guide to creating a DevTune account with email, Google, or GitHub sign-up, choosing a plan, and setting up your team workspace. - [Account Home and Project Layout](https://docs.devtune.ai/getting-started/dashboard-overview.md): Get oriented with the DevTune dashboard: the Account Home project list, project sidebar sections, and the main navigation between team and project surfaces. - [Creating Your First Project](https://docs.devtune.ai/getting-started/first-project.md): Complete guide to setting up your first DevTune project using the onboarding wizard, including brands, tracked URLs, prompts, and AI Search platforms. - [DevTune Key Concepts and Terminology](https://docs.devtune.ai/getting-started/key-concepts.md): Reference for core DevTune concepts: projects, prompts, brands, tracked URLs, citations, share of voice, presence rate, and AI Search visibility metrics. - [Quickstart Guide](https://docs.devtune.ai/getting-started/quickstart.md): Get started with DevTune in 5 minutes: create your first project, add prompts, run AI Search tracking, and understand your visibility metrics and citations. - [Working with Actions](https://docs.devtune.ai/insights-actions/actions-hub.md): Turn DevTune signals into shipped work in the Actions workspace: review ranked suggestions, generate briefs, manage your backlog, and track outcomes. - [Alerts & Notifications](https://docs.devtune.ai/insights-actions/alerts.md): Configure DevTune project alerts for visibility regressions, competitor threats, and weekly digests, and review the per-project notification history. - [Actions Workspace Overview](https://docs.devtune.ai/insights-actions/overview.md): Learn how the DevTune Actions workspace turns AI Search, community, content, adoption, and traffic signals into evidence-backed suggestions and outcomes. - [Introduction to DevTune](https://docs.devtune.ai/introduction.md): Track AI Search visibility, community discourse, owned content, AI traffic, and recommended actions across modern discovery channels in one DevTune workspace. - [Working with Projects](https://docs.devtune.ai/projects/overview.md): Organize and manage DevTune projects: each project tracks one product with its own AI Search, community discourse, owned content, traffic, and actions. - [Project Members & Roles](https://docs.devtune.ai/projects/project-members.md): Manage DevTune project access through team membership, including how shared team-account access works, role permissions, and inviting new members. - [Navigating Your Project](https://docs.devtune.ai/projects/project-navigation.md): Understand the DevTune project sidebar layout, including the Overview, AI Search, community, owned content, AI Traffic, and Project Settings sections. - [Project Settings](https://docs.devtune.ai/projects/project-settings.md): Use the centralized Project Settings page to manage your project's general setup, brands, AI Search platforms, and AI Traffic configuration. - [AI Search Citations](https://docs.devtune.ai/search-tracking/citations.md): Track which URLs ChatGPT, Perplexity, Gemini, and other AI platforms cite, with first-party vs third-party classification, domain ranking, and detail pages. - [AI Search Competitors](https://docs.devtune.ai/search-tracking/competitors.md): See which competing brands win AI Search citations, the topics they lead on, and where your brand is missing using the Brand Citation Landscape view. - [Tracked URLs](https://docs.devtune.ai/search-tracking/domains.md): Configure the tracked URLs and domains DevTune monitors for citations and links in AI Search responses, managed per brand from Project Settings. - [Setting Up AI Search](https://docs.devtune.ai/search-tracking/getting-started.md): Configure brands, tracked URLs, brand terms, prompts, and platforms in DevTune to start running prompt-based AI Search visibility tracking on your project. - [Brand Terms](https://docs.devtune.ai/search-tracking/keywords.md): Manage the brand-name terms DevTune uses to detect and classify your product or competitor mentions in AI Search responses, configured per brand. - [AI Search Overview](https://docs.devtune.ai/search-tracking/overview.md): Monitor your brand presence, share of voice, and citations across AI-powered search platforms like ChatGPT, Perplexity, Gemini, Google AI Mode, and Grok. - [Platform Comparison](https://docs.devtune.ai/search-tracking/platform-comparison.md): Compare AI Search visibility across ChatGPT, Perplexity, Gemini, Google AI Mode, and Grok to find platform-specific gaps and decide where to invest content. - [AI Search Prompts](https://docs.devtune.ai/search-tracking/prompts.md): Manage the prompts DevTune submits to AI platforms each run and inspect prompt-level responses, citations, brand mentions, and competitive context. - [Running AI Search Runs](https://docs.devtune.ai/search-tracking/running-search-tests.md): Understand how DevTune schedules AI Search runs automatically, what each run measures, and how to interpret presence, citation, and brand mention results. - [AI Search Configuration](https://docs.devtune.ai/search-tracking/search-configuration.md): Understand the DevTune Project Settings structure for AI Search, including the General, Brands, Platforms, and AI Traffic tabs and what each tab controls. - [AI Search Dashboard](https://docs.devtune.ai/search-tracking/search-overview-dashboard.md): Use the AI Search Dashboard with primary KPI cards, presence and share-of-voice trend charts, and competitor highlights to move from signal to action. - [AI Search Topics](https://docs.devtune.ai/search-tracking/topics.md): Organize prompts into DevTune topics for thematic AI Search analysis, volume-weighted action recommendations, and opportunity scoring across your project. - [AI Search Visibility Metrics](https://docs.devtune.ai/search-tracking/visibility-metrics.md): Deep dive into DevTune AI Search metrics: presence rate, share of voice, sentiment, citation metrics, top-of-answer rate, and coverage confidence scoring. ## OpenAPI Specs - [openapi](https://docs.devtune.ai/openapi.json)