Skip to main content
Every 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
Input Output

Data

getTypes

data.getTypes List the analytics data types each platform accepts Risk: read
Input: empty object Output

ingest

data.ingest Ingest one platform analytics data point Risk: write
Input
Output

ingestBulk

data.ingestBulk Ingest up to 50 analytics data points at once Risk: write
Input
Output

Intelligence

getByokPlatform

intelligence.getByokPlatform Get raw algorithm context without LLM inference charges Risk: read
Input: empty object Output

getPlatform

intelligence.getPlatform Get TikTok, Instagram and YouTube algorithm insights Risk: read
Input: empty object Output

Memory

compareMd

memory.compareMd Diff an agent markdown against all stored versions Risk: read
Input
Output

engagementAnalysis

memory.engagementAnalysis Correlate every agent field with historical engagement Risk: read
Input
Output

get

memory.get Get the stored skill for one client Risk: read
Input Output

getBulk

memory.getBulk Read stored skills for up to 50 clients Risk: read
Input Output

getChangelog

memory.getChangelog Read the change history of a client skill Risk: read
Input Output

getPattern

memory.getPattern Trend one skill field across stored versions Risk: read
Input Output

validateChanges

memory.validateChanges Check proposed edits against historical outcomes Risk: read
Input
Output

Sandbox

engagementAnalysis

sandbox.engagementAnalysis Run a mock engagement analysis Risk: read
Input
Output

getClient

sandbox.getClient Get mock client data for testing Risk: read
Input: empty object Output

getMemory

sandbox.getMemory Get mock skill data for testing Risk: read
Input: empty object Output

validate

sandbox.validate Run a mock validation Risk: read
Input
Output

Status

get

status.get Get CrowTerminal service health Risk: read
Input: empty object Output

getComponents

status.getComponents Get per-component health and latency Risk: read
Input: empty object Output

getHistory

status.getHistory Get seven days of uptime points for charting Risk: read
Input: empty object Output

getIncidents

status.getIncidents List recent incidents and affected components Risk: read
Input: empty object Output

getUptime

status.getUptime Get 24h and 7d uptime percentages Risk: read
Input: empty object Output

ping

status.ping Check that CrowTerminal is responding Risk: read
Input: empty object Output

Webhooks

create

webhooks.create Register a CrowTerminal webhook Risk: write
Input Output

delete

webhooks.delete Delete a CrowTerminal webhook Risk: destructive · Irreversible
Input Output

list

webhooks.list List registered CrowTerminal webhooks Risk: read
Input: empty object Output

test

webhooks.test Send a test delivery to a webhook URL Risk: write
Input Output

update

webhooks.update Update a CrowTerminal webhook Risk: write
Input Output