For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add a knowledge website

Add a new website URL for the AI agent to crawl and ingest into its knowledge base.

post
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Website to add

urlstringRequiredExample: https://example.com
Responses
201

The newly created website crawl entry

application/json

A single website crawl entry

crawl_statusstringOptional
created_atintegerOptional
idstringRequiredExample: 1234567890
last_crawled_atintegerOptional
pages_crawledintegerOptional
urlstringRequiredExample: https://example.com
post/agent_config/websites

Last updated

Was this helpful?