Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

Represents the result of an insert operation in the database, including whether the operation was acknowledged and the ID of the inserted document.

acknowledged
boolean

Indicates whether the insert operation was acknowledged by the database.

insertedId
string

The unique identifier of the inserted document.