
Answer Pilot is the bring-your-own-API-key AI search visibility plugin. Dedicated AI-visibility tools charge €49 to €199 per month — mostly because they bundle the LLM API costs you would otherwise pay directly. Answer Pilot orchestrates the queries; you keep the bill. Typical cost on a small site: under €1/month, paid to Perplexity directly.
Beyond citation tracking, the plugin handles the full AI-readiness checklist most WordPress sites are missing:
llms.txt and llms-full.txt generators following the proposed standard, rebuilt automatically on content change.FAQPage JSON-LD.The plugin only contacts an external service (Perplexity) on explicit user action, only when a Perplexity API key + brand name + keywords have been configured. See “External services” below for full disclosure.
Three concrete differences from the existing field:
llms.txt and llms-full.txt generators — AI-readable index of your site, with smart caching that auto-invalidates on content change.FAQPage JSON-LD to boost AI-citation likelihood.*_answer_pilot_bot_hits, *_answer_pilot_citations) and dropped if you uninstall.Typical cost for a small site (10 keywords × 30 days): less than €1/month, paid directly to Perplexity. No middleman markup.
An optional Pro subscription (see the Pro features page inside the plugin) unlocks:
Licenses are verified offline with public-key cryptography: the plugin never phones home, and Pro features keep working without any connection to our servers.
This plugin can connect to three external services — Perplexity always, OpenAI and Anthropic only when enabled with a Pro license — and only as part of the AI Citations feature. None of them is contacted on install, activation, or page loads. Every service is called with your own API key; billing is between you and the provider directly, and Answer Pilot does not proxy, broker, or charge for API calls.
What the service is and what it is used for: Perplexity is an AI answer engine. Answer Pilot uses the Perplexity Chat Completions API to ask Perplexity questions about the keywords you configure, then parses the response to detect whether your brand was cited.
When data is sent:
What data is sent: a JSON request body containing your configured keyword (phrased as a prompt in your site’s locale, e.g. “Answer this question in detail and cite specific brands, websites and sources where relevant: best wordpress seo plugin 2026”) and an Authorization: Bearer <your-api-key> header. The plugin does not send your site URL, user data, or anything you have not explicitly configured as a keyword.
Where: requests go to https://api.perplexity.ai/chat/completions via wp_remote_post(). Responses are stored locally in the *_answer_pilot_citations custom database table.
Authentication: the plugin uses your own Perplexity API key, which you obtain at perplexity.ai/settings/api and paste into the plugin Settings page. Billing for API usage is between you and Perplexity directly. Answer Pilot does not proxy, broker, or charge for API calls.
Service terms: by configuring a Perplexity API key in this plugin you agree to Perplexity’s Terms of Service and Privacy Policy.
What the service is and what it is used for: OpenAI operates ChatGPT. When you enable the OpenAI engine (Pro), Answer Pilot uses the OpenAI Responses API with web search to ask ChatGPT your configured keywords and detect whether your brand is mentioned or cited.
When and what data is sent: identical to Perplexity above — only on manual runs or the citation cron, only when the engine is enabled and an OpenAI API key is configured; the request contains your keyword phrased as a prompt and your own Authorization: Bearer API key. Requests go to https://api.openai.com/v1/responses via wp_remote_post(); responses are stored locally.
Service terms: by configuring an OpenAI API key you agree to OpenAI’s Terms of Use and Privacy Policy.
What the service is and what it is used for: Anthropic operates Claude. When you enable the Anthropic engine (Pro), Answer Pilot uses the Anthropic Messages API with the web search tool to ask Claude your configured keywords and detect whether your brand is mentioned or cited.
When and what data is sent: identical to Perplexity above — only on manual runs or the citation cron, only when the engine is enabled and an Anthropic API key is configured; the request contains your keyword phrased as a prompt and your own x-api-key header. Requests go to https://api.anthropic.com/v1/messages via wp_remote_post(); responses are stored locally.
Service terms: by configuring an Anthropic API key you agree to Anthropic’s Consumer Terms of Service / Commercial Terms and Privacy Policy.