원클릭으로
umbraco-api
Call an authenticated raw Umbraco Management API endpoint
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Call an authenticated raw Umbraco Management API endpoint
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | umbraco-api |
| description | Call an authenticated raw Umbraco Management API endpoint |
| metadata | {"version":"0.4.8","requires":{"bins":["umbraco"],"skills":["umbraco-shared"]}} |
PREREQUISITE: Read
../umbraco-shared/SKILL.mdfor auth, global flags, and security rules.
umbraco api <method> <path> [flags]
umbraco api <method> <path>
Call a core Umbraco Management API endpoint that does not have a curated CLI command yet.
Pass paths relative to /umbraco/management/api/v1, for example /item/document/ancestors?id=a&id=b. Full Management API paths are also accepted and normalized to the core API root.
| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | — | JSON request body, or @path to read JSON from a file |
--dry-run | bool | false | Print the planned request without executing |
Safe pattern:
# 1. Dry run first
umbraco api <method> <path> --dry-run
# 2. Execute
umbraco api <method> <path>
umbraco api --help
Use csv-update to batch-modify a property across multiple documents.
Search for a data type, inspect it, and update its configuration.
Walk the content tree to find a document, update a property, and publish.
Search for documents matching a query and publish them.
Persistent authentication helpers
Umbraco Automate operations (event-driven workflow automation)