terms.txt:为 AI 智能体设定网站访问条款

DAIR.AI · @dair_ai · X·2026-09-13 04:00·1小时前
AI 导读

论文提出 terms.txt,一种按路径和用途设定机器访问条款的文件,弥补 robots.txt 只能允许或禁止路径、无法说明爬取者身份、目的与条件的局限。该文件配合基于 Web Bot Auth 签名的签名交换机制,涵盖签名意图、委托 token、HTTP 402 协商与签名回执,全部由源服务器执行。作者明确区分了可强制执行、仅可审计和留给合同约定的范围。

DAIR.AI@dair_ai
50AI 编辑部评分,满分 100

terms.txt:为 AI 智能体设定网站访问条款

2026-09-13 04:00· 1小时前
AI 导读

论文提出 terms.txt,一种按路径和用途设定机器访问条款的文件,弥补 robots.txt 只能允许或禁止路径、无法说明爬取者身份、目的与条件的局限。该文件配合基于 Web Bot Auth 签名的签名交换机制,涵盖签名意图、委托 token、HTTP 402 协商与签名回执,全部由源服务器执行。作者明确区分了可强制执行、仅可审计和留给合同约定的范围。

Very interesting paper if you are building with agents.

How should a website tell an AI agent what it may access, for what purpose and at what price?

robots.txt can only allow or disallow paths. It cannot say who is crawling, why, or on what terms, and automated clients now make up most web requests.

This paper specifies terms.txt, a file that sets machine-access terms per path and per purpose.

It pairs the file with a signed exchange built on Web Bot Auth signatures, signed intent, delegation tokens, HTTP 402 negotiation and signed receipts, all enforced by the origin server.

The author is explicit about scope, separating what the exchange can enforce, what it can only audit and what is left to contracts.

Paper: https://arxiv.org/abs/2609.11152

Chat with Paper: https://academy.dair.ai/papers/terms-txt-a-consent-and-compensation-protocol-for-agentic-web-access-2609.11152

来源:DAIR.AI· x.com