Skip to content

Connection

A connection is a link between a workspace and an AI provider account. It stores the credentials needed to access the provider and tracks the account’s health.

Connection Lifecycle

configured → active → (expired → reconnected → active)* → disabled/removed

Session Pooling

GhostMind maintains a pool of sessions per connection. When a request comes in, the router selects the best available session based on:

  • Account health
  • Current load
  • Rate limit status

Next Steps