Skip to Content
llms.txt
View .md

llms.txt — AI-Ready Documentation

The llms.txt standard is a convention for exposing project documentation to large language models. It works like robots.txt, but for AI systems such as ChatGPT, Perplexity, and Gemini.

Alien publishes two machine-readable files so AI assistants can answer questions about the Alien Network accurately.

What AI systems will find

llms.txt — a curated index of the most important documentation pages with one-line descriptions and direct links.

llms-full.txt — the full text of every indexed page concatenated into a single file, ready to be loaded into a context window.

Both files are generated automatically from the documentation source and stay in sync with every deploy.

Using llms.txt in your AI agent

Fetch the index to discover available documentation:

curl -s https://docs.alien.org/llms.txt

Or load the full documentation into a single context window:

curl -s https://docs.alien.org/llms-full.txt

You can feed either file directly into an LLM prompt, a RAG pipeline, or any tool that accepts plain-text context.

Sections covered

The files cover the following areas of Alien developer documentation:

  • Overview — Getting started with the Alien Network
  • Core Concepts — Alien Sessions and Alien Providers
  • SSO SDK — Single sign-on integration (guide and API reference)
  • Solana SSO SDK — Solana-specific SSO integration
  • Quickstart — Mini app boilerplate and testing
  • React SDK — React hooks and components for mini apps
  • Agent ID — Machine identity, credential vault, and use cases
Last updated on