一键导入
filescom-partner-site-requests
A PartnerSiteRequest represents a request for a Guest Partner to add their Files.com Site to their Partnership with the Host Partner.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A PartnerSiteRequest represents a request for a Guest Partner to add their Files.com Site to their Partnership with the Host Partner.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Files.com User Additional Email Recipients via files-cli.
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
A RemoteServerCredential is a way to store a credential for Remote Servers in a centralized vault and then reference it from Remote Server definitions.
A RemoteServer is a specific type of Behavior called `remote_server_sync`.
Files.com Files via files-cli.
Expectations let your Files.com site define what “correct” file delivery looks like, continuously evaluate whether it happened, and keep history when it did not.
| name | filescom-partner-site-requests |
| description | A PartnerSiteRequest represents a request for a Guest Partner to add their Files.com Site to their Partnership with the Host Partner. |
A PartnerSiteRequest represents a request for a Guest Partner to add their Files.com Site to their Partnership with the Host Partner. The Guest Partner's Files.com Site is referred to as the Guest Site in this relationship.
The Partner Admin user representing the Guest on the Host Partner can initiate a request, which generates a pairing key. The Guest Site admin must then approve the request. This ensures that the Partner Admin user representing the Guest on the Host Partner and the Site Admins of the Site are in agreement that the linking should occur.
All subcommands also accept the global flags documented in CONTEXT.md (--api-key, --format, --workspace-id, --debug, and the pagination flags --cursor / --per-page / --max-pages on list). Those are not repeated below.
files-cli partner-site-requests listList Partner Site Requests.
| Flag | Type | Description |
|---|---|---|
--sort-by | object | If set, sort records by the specified field in either asc or desc direction. Valid fields are host_partner_id. |
--filter | object | If set, return records where the specified field is equal to the supplied value. Valid fields are host_partner_id. |
files-cli partner-site-requests find-by-pairing-keyFind partner site request by pairing key.
| Flag | Type | Description |
|---|---|---|
--pairing-key | string | Pairing key for the partner site request Required. |
files-cli partner-site-requests createCreate Partner Site Request.
| Flag | Type | Description |
|---|---|---|
--host-partner-id | int64 | Host Partner ID to link with Required. |
--guest-site-url | string | Guest Site URL to link to Required. |
files-cli partner-site-requests rejectReject partner site request.
| Flag | Type | Description |
|---|---|---|
--pairing-key | string | Pairing key for the partner site request Required. |
files-cli partner-site-requests approveApprove partner site request.
| Flag | Type | Description |
|---|---|---|
--pairing-key | string | Pairing key for the partner site request Required. |
files-cli partner-site-requests deleteDelete Partner Site Request.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Partner Site Request ID. Required. |