aporia.com

aporia.com

46
agent-friendly

Scanned 6/7/2026, 3:15:53 PM

How to access aporia.com as an agent

  1. Check for an undocumented developer API

    No OpenAPI at the standard paths. Look for /developer, /developers, /docs, /api for hand-authored documentation.

    https://aporia.com/developers
  2. Register an OAuth application

    OAuth/OIDC discovery is published. Register a client, pick narrow scopes, implement signature verification on webhooks.

    https://aporia.com/.well-known/oauth-authorization-server
  3. Publish your own agent identity

    Generate an Ed25519 keypair, host a public key directory, sign your HTTP requests (Web Bot Auth), apply to Cloudflare's bots & agents directory if you cross their edge.

    https://developers.cloudflare.com/bots/concepts/bot/verified-bots/
  4. Respect robots.txt and Content Signals

    Even when you are an approved agent, honor the site's policy preferences. Cache them; refresh weekly.

What we found

SignalStatusEvidencePoints
licensed_commercial_accessfound
Commercial agent-access mechanism detected: RSL manifest at https://aporia.com/.well-known/rsl.xml. Sites with explicit licensing pathways are the most agent-prepared - they have both access and disintermediation handled.
+30
oauth_discoveryfound
OAuth/OIDC discovery document present
aporia.com/.well-known/oauth-authorization-server+12
robots_allowsfound
1 UA rules · sitemap: yes
aporia.com/robots.txt+4
ai_plugin_json_legacyfound
Legacy OpenAI plugin manifest present (deprecated signal)
aporia.com/.well-known/ai-plugin.json0
Show 11 signals not present
  • · llms_txt (+5 if found)
  • · llms_full_txt (+3 if found)
  • · agents_txt (+6 if found)
  • · agents_json (+15 if found)
  • · a2a_agent_card (+25 if found)
  • · agents_md (+4 if found)
  • · openapi (+18 if found)
  • · content_signals (+5 if found)
  • · mcp_registry (+25 if found)
  • · in_llms_txt_hub (+0 if found)
  • · in_agent_friendly_directory (+4 if found)

If you own this site

Concrete moves that would raise aporia.com's AgentRank:

  • Publish /llms.txt - a curated markdown index of your useful docs for LLMs.
  • Publish /agents.txt declaring which agent protocols you support.
  • If you operate an agent, publish /.well-known/agent-card.json so others can discover it.
  • Publish /AGENTS.md with human-readable agent instructions.
  • Publish your API as OpenAPI 3.x at a discoverable location.