deploy
This commit is contained in:
54
skills/protect/SKILL.md
Normal file
54
skills/protect/SKILL.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
name: protect-routes
|
||||
description: Handle 5 OpenAPI operation(s) under /protect for the protect route group.
|
||||
---
|
||||
|
||||
# protect API Routes
|
||||
|
||||
Handle 5 OpenAPI operation(s) under /protect for the protect route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### protect_user_insights_get
|
||||
|
||||
- Operation ID: `protect_user_insights_get`
|
||||
- Route: `POST /protect/user/insights/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Get Protect user insights
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### protect_report_create
|
||||
|
||||
- Operation ID: `protect_report_create`
|
||||
- Route: `POST /protect/report/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create a Protect report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### protect_compute
|
||||
|
||||
- Operation ID: `protect_compute`
|
||||
- Route: `POST /protect/compute`
|
||||
- Mode: WRITE
|
||||
- Summary: Compute Protect Trust Index scores and subscores
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### protect_event_send
|
||||
|
||||
- Operation ID: `protect_event_send`
|
||||
- Route: `POST /protect/event/send`
|
||||
- Mode: WRITE
|
||||
- Summary: Send a new event to enrich user data
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### protect_event_get
|
||||
|
||||
- Operation ID: `protect_event_get`
|
||||
- Route: `POST /protect/event/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Get information about a user event
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user