Changelog

  1. v1.0.0

    Builder API

    Public Builder Tools HTTP API for account Minds, messaging, and live events.

    • api

    What shipped

    • Account route to list Minds on your builder account (GET /v1/humans/{humanId}/minds)
    • Messaging — create conversations by alias, send messages, and read history
    • Server-Sent Events stream for live message activity (GET /v1/messaging/events)
    • Authenticate with a Builder API key (X-Builder-Api-Key)
    The API reference documents the public contract — Builder API key auth only, with examples aligned to the live API.
  2. v0.1.0

    Minds CLI

    @animocabrands/minds-cli published on npm — terminal workflows over Builder Tools.

    • cli

    What shipped

    • Global install: npm install -g @animocabrands/minds-cli
    • One-off runs: npx @animocabrands/minds-cli@latest (no minds prefix on the package name)
    • Agent-friendly JSON stdout, stable exit codes, and --help examples on every command
    • minds list, minds chat create, minds send --wait, and minds events over your Builder API key
    • minds doctor for key, connectivity, and version checks
    Get started in the Minds CLI guide .
  3. v0.1.0

    Minds client library

    @animocabrands/minds-client-lib published on npm for Node.js apps and services.

    • client-lib

    What shipped

    • Install: npm install @animocabrands/minds-client-lib
    • createMindsClient({ builderApiKey }) for Node — list Minds, conversations, messaging, history, and SSE events
    • waitForReply for send-and-wait flows in application code
    • isReplyEvent and history helpers when you filter replies yourself
    Get started in the client library guide .