What is TerraCotta? AI crawler guide

TerraCotta by Ceramic AI: Ceramic AI crawler token for downloading data used to train LLMs. Check its reported user-agent, robots.txt behavior, source, and verification guidance.

Ceramic AI crawler token for downloading data used to train LLMs.

What is TerraCotta?

TerraCotta is a web crawler operated by Ceramic AI that downloads publicly available data for training large language models. It identifies itself with the user-agent token TerraCotta and honors the Robots Exclusion Protocol, meaning it respects robots.txt directives. The crawler is documented on GitHub under the CeramicTeam organization, and its sole purpose is to collect training material for Ceramic AI's LLM development. Site owners can control its access through standard robots.txt rules.

What it's for

If you allow TerraCotta, your site's content may be used to train Ceramic AI's language models. Blocking it prevents your pages from being included in that training pipeline, which could affect how Ceramic AI's models understand or represent your domain.

TerraCotta collects pages for model training. Training inclusion is not the same as being cited, so measure where AI answers actually cite your site before drawing conclusions from crawl logs.

How to handle TerraCotta

To prevent TerraCotta from crawling your site, add a disallow rule for the TerraCotta user-agent in your robots.txt file. The crawler respects robots.txt, so this is the primary control mechanism. No additional steps are required.

robots.txt rule

User-agent: TerraCotta Disallow: /

Blocking cost

Blocking TerraCotta may exclude your content from Ceramic AI's training data, potentially reducing your site's representation in models built by Ceramic AI.

Examples

Related bots

Frequently Asked Questions

What does TerraCotta do?

TerraCotta is a crawler from Ceramic AI that downloads web content to train large language models.

Does TerraCotta obey robots.txt?

Yes, TerraCotta honors the Robots Exclusion Protocol and will follow disallow rules set in robots.txt.

How can I block TerraCotta?

Add a User-agent: TerraCotta line followed by Disallow: / in your robots.txt file to block it completely.

Who operates TerraCotta?

TerraCotta is operated by Ceramic AI, and its documentation is available on GitHub under the CeramicTeam organization.

What happens if I block TerraCotta?

Blocking TerraCotta prevents your site's content from being used in Ceramic AI's LLM training, which may affect how their models handle your domain.

Data & Sources