Cloudflare/cloudforce One
@swamp/cloudflare/cloudforce-onev2026.09.15.1
01README
Cloudflare cloudforce-one infrastructure models
02Release Notes
- Added: events
- Added: priority-intelligence
- Added: backtests
- Added: evaluations
03Models
@swamp/cloudflare/cloudforce-one/backtestsv2026.09.15.1backtests.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| as_of? | string | |
| backtest_days? | number | |
| candidate_limit? | number | |
| dataset_ids? | array | |
| emerging_min_current_count? | number | |
| established_min_absolute_delta? | number | |
| established_min_prior_count? | number | |
| established_min_relative_delta? | number | |
| window_days? | number | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Backtests
fn get(id: string)
Get a Backtests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Backtests |
fn lookup()
Look up an existing Backtests by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Backtests by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Backtests to import |
fn sync(identifier?: string)
Sync Backtests state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Backtests by id (e.g. one discovered by list) |
Resources
state(infinite)— Backtests resource state
@swamp/cloudflare/cloudforce-one/collectionsv2026.07.21.1collections.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| metadata? | record | |
| name | string | |
| columns? | array | |
| description? | string | |
| project_id? | string | |
| tags? | array | |
| rows? | array | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Collections
fn get(id: string)
Get a Collections
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Collections |
fn lookup()
Look up an existing Collections by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Collections by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Collections to import |
fn update(identifier?: string)
Update Collections attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Collections by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Collections
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Collections |
fn sync(identifier?: string)
Sync Collections state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Collections by id (e.g. one discovered by list) |
Resources
state(infinite)— Collections resource state
@swamp/cloudflare/cloudforce-one/evaluationsv2026.09.15.1evaluations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| as_of? | string | |
| candidate_limit? | number | |
| dataset_ids? | array | |
| emerging_min_current_count? | number | |
| established_min_absolute_delta? | number | |
| established_min_prior_count? | number | |
| established_min_relative_delta? | number | |
| window_days? | number | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Evaluations
fn get(id: string)
Get a Evaluations
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Evaluations |
fn lookup()
Look up an existing Evaluations by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Evaluations by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Evaluations to import |
fn sync(identifier?: string)
Sync Evaluations state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Evaluations by id (e.g. one discovered by list) |
Resources
state(infinite)— Evaluations resource state
@swamp/cloudflare/cloudforce-one/eventsv2026.09.15.1events.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| attacker? | string | |
| attackerCountry? | string | |
| category? | string | |
| createdAt? | string | |
| datasetId? | array | Dataset UUIDs to query, or one standalone scope value: 'all'/'*' for the legacy all-datasets behavior, 'analytics' for isAnalytics=true datasets, or 'operational' for isAnalytics=false datasets. If not provided, uses the default dataset. |
| date? | string | |
| event? | string | |
| indicator? | string | |
| indicatorType? | string | |
| insight? | string | |
| raw? | object | |
| targetCountry? | string | |
| targetIndustry? | string | |
| tlp? | string | |
| cursor? | string | Cursor for pagination. When provided, filters are embedded in the cursor so you only need to pass cursor and pageSize. |
| order? | enum | |
| orderBy? | string | |
| page? | number | |
| pageSize? | number | |
| search? | array | Structured search as a JSON array of {field, op, value} objects. Use the 'in' operator with an array value to bulk-check up to 100 values. Multiple conditions are AND'd together. Max 10 conditions per request. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Events
fn get(id: string)
Get a Events
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Events |
fn lookup()
Look up an existing Events by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Events by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Events to import |
fn update(identifier?: string)
Update Events attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Events by id (e.g. one discovered by list) |
fn sync(identifier?: string)
Sync Events state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Events by id (e.g. one discovered by list) |
Resources
state(infinite)— Events resource state
@swamp/cloudflare/cloudforce-one/groupsv2026.07.21.1groups.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| description | string | |
| name | string | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Groups
fn get(id: string)
Get a Groups
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Groups |
fn lookup()
Look up an existing Groups by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Groups by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Groups to import |
fn update(identifier?: string)
Update Groups attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Groups by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Groups
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Groups |
fn sync(identifier?: string)
Sync Groups state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Groups by id (e.g. one discovered by list) |
Resources
state(infinite)— Groups resource state
@swamp/cloudflare/cloudforce-one/priority-intelligencev2026.09.15.1priority-intelligence.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| labels? | array | |
| priority? | number | |
| requirement | string | |
| tlp? | string | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Priority-intelligence
fn get(id: string)
Get a Priority-intelligence
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority-intelligence |
fn lookup()
Look up an existing Priority-intelligence by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Priority-intelligence by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority-intelligence to import |
fn update(identifier?: string)
Update Priority-intelligence attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Priority-intelligence by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Priority-intelligence
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority-intelligence |
fn sync(identifier?: string)
Sync Priority-intelligence state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Priority-intelligence by id (e.g. one discovered by list) |
Resources
state(infinite)— Priority-intelligence resource state
@swamp/cloudflare/cloudforce-one/priorityv2026.07.21.1priority.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| labels? | array | List of labels. |
| priority? | number | Priority. |
| requirement? | string | Requirement. |
| tlp? | enum | The CISA defined Traffic Light Protocol (TLP). |
| page | number | Page number of results. |
| per_page | number | Number of results per page. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Priority
fn get(id: string)
Get a Priority
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority |
fn lookup()
Look up an existing Priority by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Priority by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority to import |
fn update(identifier?: string)
Update Priority attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Priority by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Priority
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Priority |
fn sync(identifier?: string)
Sync Priority state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Priority by id (e.g. one discovered by list) |
Resources
state(infinite)— Priority resource state
@swamp/cloudflare/cloudforce-one/requestsv2026.07.21.1requests.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| content? | string | Request content. |
| priority? | string | Priority for analyzing the request. |
| request_type? | string | Requested information from request. |
| summary? | string | Brief description of the request. |
| tlp? | enum | The CISA defined Traffic Light Protocol (TLP). |
| completed_after? | string | |
| completed_before? | string | |
| created_after? | string | |
| created_before? | string | |
| page | number | Page number of results. |
| per_page | number | Number of results per page. |
| sort_by? | string | Field to sort results by. |
| sort_order? | enum | Sort order (asc or desc). |
| status? | enum | Request Status. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Requests
fn get(id: string)
Get a Requests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Requests |
fn lookup()
Look up an existing Requests by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Requests by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Requests to import |
fn update(identifier?: string)
Update Requests attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Requests by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Requests
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Requests |
fn sync(identifier?: string)
Sync Requests state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Requests by id (e.g. one discovered by list) |
Resources
state(infinite)— Requests resource state
@swamp/cloudflare/cloudforce-one/rulesv2026.08.27.1rules.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| commit_message? | string | Human-readable justification for this change. Required for internal-account submissions; optional for customer accounts and automated sync. |
| content | string | |
| description? | string | Human-readable description of the rule. Auto-extracted from YARA meta if present. |
| enabled? | boolean | Whether this rule is active for dice consumers. |
| is_public? | boolean | Whether this rule is visible to other internal accounts. |
| meta? | array | Adds YARA meta entries to the rule's meta block and stores them in rule_meta alongside content metadata. Use valid YARA identifiers for keys; exclude 'name', 'enabled', and 'description'. You may repeat keys. |
| name | string | |
| namespaces? | array | Optional WfP deployment tags (customer rules only). Internal rules leave empty. |
| path | string | |
| actions? | array | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Rules
fn get(id: string)
Get a Rules
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules |
fn lookup()
Look up an existing Rules by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Rules by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules to import |
fn update(identifier?: string)
Update Rules attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Rules by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Rules
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Rules |
fn sync(identifier?: string)
Sync Rules state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Rules by id (e.g. one discovered by list) |
Resources
state(infinite)— Rules resource state
@swamp/cloudflare/cloudforce-one/skillsv2026.09.03.1skills.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| config? | string | |
| is_active? | boolean | |
| name | string | |
| output_schema | string | |
| prompt | string | |
| type | enum | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Skills
fn get(id: string)
Get a Skills
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Skills |
fn lookup()
Look up an existing Skills by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Skills by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Skills to import |
fn update(identifier?: string)
Update Skills attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Skills by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Skills
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Skills |
fn sync(identifier?: string)
Sync Skills state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Skills by id (e.g. one discovered by list) |
Resources
state(infinite)— Skills resource state
@swamp/cloudflare/cloudforce-one/structuredv2026.09.11.1structured.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| condition | object | Nested condition groups support up to 10 levels of depth. |
| description? | string | |
| enabled? | boolean | |
| meta? | array | |
| name | string | |
| status? | enum | Disposition for matching email. This emits status metadata with the selected value. |
| strings? | array | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Structured
fn get(id: string)
Get a Structured
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Structured |
fn lookup()
Look up an existing Structured by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Structured by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Structured to import |
fn update(identifier?: string)
Update Structured attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Structured by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Structured
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Structured |
fn sync(identifier?: string)
Sync Structured state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Structured by id (e.g. one discovered by list) |
Resources
state(infinite)— Structured resource state
@swamp/cloudflare/cloudforce-one/takedown-noticesv2026.07.21.1takedown-notices.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| domain | string | |
| matchId? | number | |
| matchType? | enum | |
| queryId? | number | |
| status? | enum | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Takedown-notices
fn get(id: string)
Get a Takedown-notices
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Takedown-notices |
fn lookup()
Look up an existing Takedown-notices by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Takedown-notices by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Takedown-notices to import |
fn update(identifier?: string)
Update Takedown-notices attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Takedown-notices by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Takedown-notices
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Takedown-notices |
fn sync(identifier?: string)
Sync Takedown-notices state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Takedown-notices by id (e.g. one discovered by list) |
Resources
state(infinite)— Takedown-notices resource state
@swamp/cloudflare/cloudforce-one/templatesv2026.07.21.1templates.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| body | string | |
| category | string | |
| description? | string | |
| name | string | |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Templates
fn get(id: string)
Get a Templates
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Templates |
fn lookup()
Look up an existing Templates by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Templates by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Templates to import |
fn update(identifier?: string)
Update Templates attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Templates by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Templates
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Templates |
fn sync(identifier?: string)
Sync Templates state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Templates by id (e.g. one discovered by list) |
Resources
state(infinite)— Templates resource state
04Previous Versions
2026.09.11.1
- Updated: structured
2026.09.03.1
- Added: skills
Added 1 models
2026.08.27.1
- Updated: rules
- Updated: structured
2026.08.25.2
- Updated: rules
- Added: structured
Added 1 models
2026.08.25.1
- Updated: rules
Removed 1 models
2026.08.15.1
- Added: structured
Added 1 models
2026.07.24.1
- Updated: rules
2026.07.21.1
- Updated: groups
- Updated: requests
- Updated: priority
- Updated: rules
- Updated: templates
- Updated: takedown-notices
- Updated: collections
2026.07.18.2
Modified 7 models
2026.07.16.1
- Updated: rules
2026.06.24.1
- Updated: rules
2026.06.08.2
- Updated: groups
- Updated: requests
- Updated: priority
- Updated: rules
- Updated: templates
- Updated: takedown-notices
- Updated: collections
2026.05.29.1
- Updated: groups
- Updated: requests
- Updated: priority
- Updated: rules
- Updated: templates
- Updated: takedown-notices
- Updated: collections
2026.05.22.1
- Added: groups
- Added: requests
- Added: priority
- Added: rules
- Added: templates
- Added: takedown-notices
- Added: collections
05Stats
A
100 / 100
Downloads
0
Archive size
51.5 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels