crowterminal.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Agent
register
agent.register
Self-register an agent and receive a new API key
Risk: write
Output
Data
getTypes
data.getTypes
List the analytics data types each platform accepts
Risk: read
dataTypes full type
dataTypes full type
ingest
data.ingest
Ingest one platform analytics data point
Risk: write
data full type
data full type
ingestBulk
data.ingestBulk
Ingest up to 50 analytics data points at once
Risk: write
items full type
items full type
Intelligence
getByokPlatform
intelligence.getByokPlatform
Get raw algorithm context without LLM inference charges
Risk: read
getPlatform
intelligence.getPlatform
Get TikTok, Instagram and YouTube algorithm insights
Risk: read
Memory
compareMd
memory.compareMd
Diff an agent markdown against all stored versions
Risk: read
agentMd full type
agentMd full type
engagementAnalysis
memory.engagementAnalysis
Correlate every agent field with historical engagement
Risk: read
agentMd full type
agentMd full type
overallStats full type
overallStats full type
get
memory.get
Get the stored skill for one client
Risk: read
Output
skill full type
skill full type
getBulk
memory.getBulk
Read stored skills for up to 50 clients
Risk: read
Output
clients full type
clients full type
getChangelog
memory.getChangelog
Read the change history of a client skill
Risk: read
Output
getPattern
memory.getPattern
Trend one skill field across stored versions
Risk: read
Output
validateChanges
memory.validateChanges
Check proposed edits against historical outcomes
Risk: read
proposedChanges full type
proposedChanges full type
Sandbox
engagementAnalysis
sandbox.engagementAnalysis
Run a mock engagement analysis
Risk: read
agentMd full type
agentMd full type
overallStats full type
overallStats full type
getClient
sandbox.getClient
Get mock client data for testing
Risk: read
skill full type
skill full type
getMemory
sandbox.getMemory
Get mock skill data for testing
Risk: read
skill full type
skill full type
validate
sandbox.validate
Run a mock validation
Risk: read
proposedChanges full type
proposedChanges full type
Status
get
status.get
Get CrowTerminal service health
Risk: read
services full type
services full type
metrics full type
metrics full type
endpoints full type
endpoints full type
getComponents
status.getComponents
Get per-component health and latency
Risk: read
components full type
components full type
summary full type
summary full type
getHistory
status.getHistory
Get seven days of uptime points for charting
Risk: read
dataPoints full type
dataPoints full type
summary full type
summary full type
getIncidents
status.getIncidents
List recent incidents and affected components
Risk: read
incidents full type
incidents full type
getUptime
status.getUptime
Get 24h and 7d uptime percentages
Risk: read
uptime full type
uptime full type
ping
status.ping
Check that CrowTerminal is responding
Risk: read
Webhooks
create
webhooks.create
Register a CrowTerminal webhook
Risk: write
Output
delete
webhooks.delete
Delete a CrowTerminal webhook
Risk: destructive · Irreversible
Output
list
webhooks.list
List registered CrowTerminal webhooks
Risk: read
webhooks full type
webhooks full type
test
webhooks.test
Send a test delivery to a webhook URL
Risk: write
Output
update
webhooks.update
Update a CrowTerminal webhook
Risk: write
Output