CrowTerminal
api.crowterminal.com
External Brain for AI Agents - Persistent versioned memory for creators/influencers. Store 6 months of history while your agent stores 10-50 lines.
api.crowterminal.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 32/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:47:58 current | 8abf807525cd… |
view → |
Endpoints
| Agent card | https://api.crowterminal.com/api/agent |
| Provider | https://crowterminal.com |
Skills · 5 declared · mapped to canonical taxonomy
Get comprehensive intelligence for an influencer client
Get best performing hook archetypes for a creator
Get best posting times for maximum engagement
Get latest algorithm insights for social platforms
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.crowterminal.com) [](https://agenstry.com/agents/api.crowterminal.com) [](https://agenstry.com/agents/api.crowterminal.com) [](https://agenstry.com/agents/api.crowterminal.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"@context": "https://schema.org",
"@type": "SoftwareAgent",
"name": "CrowTerminal",
"description": "External Brain for AI Agents - Persistent versioned memory for creators/influencers. Store 6 months of history while your agent stores 10-50 lines.",
"version": "2.3.0",
"provider": {
"@type": "Organization",
"name": "CrowTerminal",
"url": "https://crowterminal.com"
},
"keywords": [
"memory",
"persistent",
"versioned",
"creator",
"influencer",
"engagement",
"hooks",
"timing",
"MCP",
"A2A"
],
"applicationCategory": "DeveloperApplication",
"operatingSystem": "API",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"description": "Free during beta"
},
"potentialAction": {
"@type": "RegisterAction",
"target": "https://api.crowterminal.com/api/agent/register",
"description": "Self-register to get API key instantly"
},
"documentation": {
"llms_txt": "https://crowterminal.com/llms.txt",
"mcp_manifest": "https://crowterminal.com/.well-known/mcp.json",
"openapi": "https://api.crowterminal.com/api/docs.json",
"sandbox": "https://api.crowterminal.com/api/agent/sandbox/schema"
},
"capabilities": {
"streaming": false,
"pushNotifications": true,
"stateTransitionHistory": true,
"memory": {
"read": true,
"write": true,
"versioning": true,
"maxVersions": 2016,
"retentionDays": 180
},
"query": {
"naturalLanguage": true,
"semanticAliases": true,
"fieldDiscovery": true
},
"analysis": {
"engagementAnalysis": true,
"validation": true,
"patternDetection": true,
"trendAnalysis": true
}
},
"authentication": {
"schemes": [
"bearer"
],
"selfRegistration": true,
"registrationUrl": "https://api.crowterminal.com/api/agent/register",
"credentials": "Self-register via POST /api/agent/register or get key from dashboard"
},
"skills": [
{
"id": "get_client_intelligence",
"name": "Get Client Intelligence",
"description": "Get comprehensive intelligence for an influencer client",
"inputSchema": {
"type": "object",
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
},
"includeHooks": {
"type": "boolean",
"default": true
},
"includeTiming": {
"type": "boolean",
"default": true
}
},
"required": [
"clientId"
]
}
},
{
"id": "get_hook_recommendations",
"name": "Get Hook Recommendations",
"description": "Get best performing hook archetypes for a creator",
"inputSchema": {
"type": "object",
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
},
"count": {
"type": "number",
"default": 5
}
},
"required": [
"clientId"
]
}
},
{
"id": "get_optimal_timing",
"name": "Get Optimal Timing",
"description": "Get best posting times for maximum engagement",
"inputSchema": {
"type": "object",
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
},
"platform": {
"type": "string",
"enum": [
"tiktok",
"instagram",
"youtube"
]
}
},
"required": [
"clientId"
]
}
},
{
"id": "get_platform_intelligence",
"name": "Get Platform Intelligence",
"description": "Get latest algorithm insights for social platforms",
"inputSchema": {
"type": "object",
"properties": {
"platforms": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": []
}
},
{
"id": "get_content_dna",
"name": "Get Content DNA",
"description": "Get the content fingerprint for a creator's unique style",
"inputSchema": {
"type": "object",
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
}
},
"required": [
"clientId"
]
}
}
],
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"url": "https://api.crowterminal.com/a2a"
}