> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 面向 AI 编码代理的 Bright Data

> 编码代理所需的一切 - LLM优化文档、技能、MCP服务器和纯文本参考。

## 为编码代理设计

本部分面向**AI编码代理**（Claude Code、Cursor、Copilot、Windsurf、Gemini CLI等）及其开发者。

Bright Data为代理提供生产级的实时网络访问：搜索结果、网页内容、结构化数据集和反机器人绕过 - 全部通过简单的API实现。

***

## 快速参考

<CardGroup cols={2}>
  <Card title="llms.txt" icon="file-lines" href="/llms.txt" cta="View">
    所有Bright Data文档的机器可读索引。将其提供给您的代理以获得完整产品认知。
  </Card>

  <Card title="llms-full.txt" icon="file-code" href="/llms-full.txt" cta="View">
    单个纯文本文件中的完整文档 - 非常适合RAG管道或直接上下文注入。
  </Card>

  <Card title="Skills" icon="bolt" href="https://github.com/brightdata/skills" cta="Browse on GitHub">
    为Claude Code、Cursor等预配置的技能包。安装后立即获得Bright Data专业知识。
  </Card>

  <Card title="Docs MCP" icon="server" href="/mcp" cta="Connect">
    MCP服务器，为您的代理提供Bright Data完整文档的可查询资源。
  </Card>
</CardGroup>

***

## 代理可以用Bright Data做什么？

<CardGroup cols={3}>
  <Card title="搜索网络" icon="magnifying-glass" href="/cn/scraping-automation/serp-api/introduction">
    通过API获取实时Google、Bing和SERP结果
  </Card>

  <Card title="爬取任何页面" icon="unlock" href="/cn/scraping-automation/web-unlocker/introduction">
    绕过验证码、机器人保护和动态内容
  </Card>

  <Card title="使用结构化数据集" icon="table" href="/cn/datasets/marketplace/overview">
    亚马逊、LinkedIn和100多个来源的即用型数据集
  </Card>
</CardGroup>

***

## 安全与合规

Bright Data的MCP服务器和API符合**ISO 27001:2022、ISO 27017和ISO 27018**认证 - 全部明确范围包括AI代理和RAG系统用例。查看完整安全态势：

<Card title="安全与合规" icon="shield-check" href="/general/security/security-overview">
  ISO认证、SOC 2 Type II、渗透测试结果、加密标准以及代理工作流最佳实践。
</Card>

***

## 代理推荐路径

<Steps>
  <Step title="安装一个Skill">
    从现成的技能包开始。技能用嵌入的最佳实践和可运行的脚本教您的代理Bright Data API。

    查看[Skills →](/ai/for-agents/skills)
  </Step>

  <Step title="连接Web MCP服务器">
    添加Bright Data的Web MCP服务器，让您的代理可以直接从任何支持的工具内搜索和获取实时网络数据。

    查看[Web MCP服务器 →](/ai/mcp-server/overview)
  </Step>

  <Step title="加载LLM参考">
    将您的代理指向`llms.txt`或`llms-full.txt`以获得Bright Data产品和API的完整映射。

    查看[LLM参考 →](/ai/for-agents/llm-references)
  </Step>
</Steps>
