Create a document
create_documentInsert a JSON object into a collection (collections are created implicitly). Counts against the write and document quotas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | The database URL returned at creation (or its bare s-... capability). | |
| data | Yes | The document: a JSON object. | |
| collection | Yes | Collection name (created implicitly on first write). |