API Reference

Cognethics exposes two layers of primitives. The operational layer — 1,867 capabilities across every mega-tool except entity_crud — is what agents reach for to do work: orchestrate, search, run workflows, report, integrate, notify. Underneath, 6,582 typed CRUD operations cover every entity in 50 applications.

Full reference requires sign-in.

The public catalog lists every application, entity, and operation with a one-line description. Sign in to read parameter schemas and permissions, or discover them at runtime with prism_introspect.

Get a workspaceSign in

Building with an AI agent? See how governed access works at /for-agents/.

Mega-tools

These are the typed entry points an MCP client sees at the door. Every operation is addressed as mega_tool/app/entity/operation and passes the same permission check over MCP and REST.

Mega-toolOperationsWhat it is for
agent_command30Run, coordinate, and supervise agents and missions.
collection_op15Manage custom collections and their records.
config_manage46Read and change organization and application configuration.
document_op57Ingest, search, read, and export documents and their chunks.
entity_crud6,582Create, read, update, delete, list, and search any entity.
extension_op24Mint views, pages, and surfaces in the product.
integration_call30Call external systems through governed connectors.
notification_send4Send governed notifications to people and channels.
report_query533Run reports and analytics queries with typed filters.
smart_action563Non-CRUD verbs on an entity: apply, trigger, export, reconcile, undo.
workflow_action565Start, advance, and resolve governed workflows and approvals.

Applications

ApplicationEntitiesOperations
AI Agents agents47282
App Builder app_builder47197
Assessments Engine assessments21115
CAD Studio cad10103
Conformity conformity322
Core core50207
CRM crm66408
Dashboard dashboard212
Data Mapping data_mapping36238
Documents documents43235
Electronic Health Records ehr50299
Equipment Register equipment_register412
Events events622
Feature Requests feature_requests214
Finance Module finance177818
GRC grc66307
Healthcare Management healthcare45239
Human Resources hr36163
HR - Offboarding hr_offboarding529
HR - Onboarding hr_onboarding742
HR - Recruiting (ATS) hr_recruiting1496
Icon Library icon_library13
Integrated Automation System ics34155
Identity Access identity_access1146
Identity Provider identity_provider1367
Information Security infosec981
Security Integrations integrations221
Inventory Foundation inventory427
Investigation Management investigation1042
Investigation Service investigation_service424
IT Service Management itsm56309
Labor Marketplace labor_marketplace31171
Laboratory laboratory43154
Legal Contract Lifecycle Management legal43291
Learning Management System lms58330
Marketing marketing45267
MCP Integration mcp1144
Mobile Device Management mdm40231
Notifications notifications49
Project Management Office pmo52302
Property Management property_management73195
Risk Assessment Module risk_assessment55301
Schematic Intelligence schematics1441
Security Analytics security_analytics1594
Asset Operations spare_parts171958
Studio studio314
Territory Management territory424
Transitional Living Program transitional_living20125
VC Investment Management vc20128
Vendor Risk Management vrm23135

Agent orchestration

The platform runs agents as first-class principals: missions bound a goal and a budget; agents are spawned under a named human's authority and can delegate to other agents; consequential decisions stop for approval; sessions pause, resume, and hand off; every step is written to the audit chain. The orchestration surface is part of the full reference — sign in to browse it.

Catalog at a glance

Operational capabilities
1,867
Typed CRUD operations
6,582
Business applications
50
Mega-tools
11 (agent_command, collection_op, config_manage, document_op, entity_crud, extension_op, integration_call, notification_send, report_query, smart_action, workflow_action)

Exact values and their definitions are on live stats.


Want to call one of these? See the MCP quickstart or browse worked examples.