Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/folders
folders:write
X-API-Key
Content-Type
application/json
name
parent_id
curl -X POST https://api.surfacedocs.dev/v1/folders \ -H "X-API-Key: sd_live_..." \ -H "Content-Type: application/json" \ -d '{"name": "Engineering"}'
{ "id": "fld_abc123", "name": "Engineering", "parent_id": null, "path": "/Engineering", "depth": 0, "created_at": "2025-01-15T10:30:00Z" }