Ways to use Cortex
Cortex is one product with several interfaces. Each interface works with the same Account-owned Modules, Issues, and knowledge.
The Cortex service at cortex.socra.cloud owns the canonical data and operations. The service is the system behind the interfaces, not a separate workflow that you must configure.
Choose an interface
| Interface | Use it when | How it fits |
|---|---|---|
| Cortex web app | You want to work with Cortex in a browser. | The web app is the human interface to Cortex. |
| Socra CLI | You work from a terminal or use an agent with terminal access. | The socra cortex namespace exposes Cortex operations as commands. |
| Cortex API | You are building software that calls Cortex directly. | The versioned API at https://cortex.socra.cloud/v1 exposes Cortex resources and operations. |
| Agent integrations | You want a coding agent, ChatGPT, Claude, or another MCP client to use Cortex. | Agent plugins can provide session-start guidance and MCP tools. Direct MCP connections provide tools only. |
The interface changes where you work. It does not create a separate copy of Cortex data.
Choose a next step
- Follow the Quickstart for the shortest path to creating and flashing a Module.
- Connect an agent when you want an agent host to use Cortex.
- Use the Socra CLI reference or MCP reference when you need interface details.