API reference
GUIDE & REFERENCE

API reference

Choose the API for the resource you want to manage.

Minds exposes two distinct interfaces. They have different hosts, credentials, and responsibilities. A dashboard session does not automatically grant authority over every namespace in an Akasha instance.

Choose by intent

I want to…Use
Launch, list, or resize a MindPlatform provisioning and management
Read account usage or billing statePlatform billing and usage
Store an event or search contextInstance memory
Create a graph edge or query an indexInstance knowledge graph or vectors
Inspect engine health or a learning taskInstance operations or learning

Download the contracts

Before your first request

  1. Get the base URL for the correct interface. Do not add an instance path to the public marketing hostname.
  2. Read its authentication page. Platform session credentials, instance capabilities, operator credentials, and legacy JWTs are not interchangeable.
  3. Check the endpoint's request schema and availability. Some registered handlers remain incomplete; the reference calls these out.
  4. Confirm the response proves the intended operation. A healthy service, a simulated connection check, or an acknowledgment does not prove data was persisted.

The reference is generated from registered routes and their handlers. It is designed to expose coverage and limitations rather than silently omit unfinished operations.

On this page