aiMiles – AI Agent

설명

aiMiles detects AI agents visiting your WordPress site and allows you to serve them sponsored content.

How It Works

  1. When any request hits your site, the plugin checks the User-Agent header
  2. If it matches a known AI bot signature (25+ supported), the request is routed through the aiMiles serve API
  3. The API fetches your original page, appends a sponsored message, and returns the result to the bot
  4. Human visitors are never affected — they always see your original, unmodified pages

Supported AI Agents

  • GPTBot (OpenAI)
  • ChatGPT-User (OpenAI)
  • ClaudeBot (Anthropic)
  • Claude-Web (Anthropic)
  • PerplexityBot (Perplexity)
  • Google-Extended (Google)
  • Meta-ExternalAgent (Meta)
  • AppleBot-Extended (Apple)
  • ByteSpider (ByteDance)
  • CCBot (Common Crawl)
  • And 15+ more

Configuration

Enable/Disable

Toggle detection and serving on/off.

API Key

Your aiMiles API key is required. Get one at https://app.aimiles.ai/publishers/settings

External services

This plugin connects to the aiMiles serve API (https://app.aimiles.ai/api/serve) to proxy AI bot requests. An API key is required to use this service.

Data sent to the API

When an AI agent is detected visiting your site, the plugin makes a request to https://app.aimiles.ai/api/serve with the following query parameters:

  • url — The full URL the bot was requesting on your site
  • key — Your API key (for authentication)
  • ua — The visitor’s User-Agent header

The serve API fetches your original page, appends sponsored content, logs the visit, and returns the modified HTML. This happens on every AI agent page visit. Human visitors are never routed through the API.

Service provided by aiMiles: Terms of Service, Privacy Policy.

설치

  1. Download and unzip the plugin
  2. Upload the aimiles folder to /wp-content/plugins/
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to Settings > aiMiles to configure

FAQ

What AI agents are supported?

Over 25 AI agents including GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and more.

Will this affect regular visitors?

No, the injected content is invisible to human visitors and only readable by AI agents.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“aiMiles – AI Agent”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “aiMiles – AI Agent”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2.0

  • Switched to aiMiles serve API — all fetching, injection, and logging now handled server-side
  • Removed client-side content injection (class-injector.php) and separate visit logging (class-logger.php)
  • Simpler, more reliable architecture with fail-open behavior

0.1.0

  • Initial release