FPROTOCOLOPEN CRYPTO ALLOCATION INFRA
LLM ENTRY POINTS

LLM entry points

LLM-friendly entry points

We provide five standard discovery files spanning the major agent ecosystems, from the Anthropic llms.txt convention to the OpenAI plugin manifest. Below: what each file is for, and when frameworks find them automatically.

·WHEN FRAMEWORKS AUTO-DISCOVER

When frameworks auto-discover

  1. 1

    Given a root domain

    the agent runtime probes /.well-known/ai-plugin.json and /.well-known/agents.json, then follows them to openapi.json.

  2. 2

    Given an openapi.json URL

    Claude tool use / OpenAI function calling can derive tool definitions directly, no extra config.

  3. 3

    Given llms.txt

    long-context models read it wholesale into the system prompt and immediately get a semantic map of every endpoint.