Create document
create-documentCreate a new requirements document. PUBLISHES IMMEDIATELY as version 1 — visible to the whole team and to dotreq sync. The markdown's leading H1 is the document's title (omit it for an untitled document). Markdown may embed ```dotrequirements blocks; malformed blocks reject the creation. Returns a shareable link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | The project target: its slug (find it with list-projects), e.g. 'acme-checkout' | |
| markdown | Yes | The document's full markdown content. The leading `# H1` is the document's title. May embed ```dotrequirements blocks |