Docs
Reference

API and MCP reference

Where to find the live OpenAPI schema, the interactive API explorer, and the MCP tool list. The authoritative, always-current reference material.

This page is a set of pointers, not a copy. Each of these is generated from the platform itself, so it can't drift the way a restated list would. For the narrative walkthrough (authentication, project scoping, what an agent may do on its own), see Connect your AI agent.

MCP tools

The server advertises a small, fixed set of tools, and the capabilities behind them are discovered at runtime: search_capabilities lists what the platform can do, describe_capability returns one capability's arguments as JSON Schema, read_data and change_data run it, and list_projects resolves the project ids they take.

Once connected, call search_capabilities with no arguments for everything grouped by area, or pass query to search. A machine-readable overview also lives at api.ciso360.ai/llms.txt.

REST API

For scripts and machine-to-machine work that isn't agent-driven:

Both take the same csk_... API key described in Connect your AI agent; there's no separate credential for REST versus MCP.

On this page