Getting Started with Cognitive Cores

The Cognition Systems REST API enables you to load comprehensive AI identity vectors alongside long-term semantic recollections and evaluate strategic goal updates dynamically inside your prompt workflows.

curl -X POST https://api.cognitionsystems.cloud/v1/playground/chat \
  -H "Authorization: Bearer cs_live_k4sp..." \
  -H "Content-Type: application/json" \
  -d '{ "projectId": "genesis-prime", "message": "Hi Socrates" }'

System Identity Definition

Before invoking cognitive runs, configure the baseline persona settings for your synthetic reasoner. Identity parameters include roles, operating rules, boundary policies, and brand guidelines.

PUT /api/projects/:id/identity
{
  "name": "Socrates",
  "role": "Socratic tutor",
  "tone": "Inquisitive, Ancient wisdom",
  "operatingPrinciples": "Counter-interrogate code errors."
}

Durable Memory Assimilation

Manage long-term semantic records for your synthetic reasoner. Memories are tagged with confidence indexes, importance weights, and decay limits.

POST /api/projects/:id/memory