sandbaseai

Sessions — Development agent for Claude Code

Development community

Understand persistent Agent interactions, events, and the Sessions API.

How to install Sessions

Installs to ~/.claude/agents/sandbaseai-sandbase-docs-sessions.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sandbaseai/sandbase-docs/HEAD/agents/sessions.md -o ~/.claude/agents/sandbaseai-sandbase-docs-sessions.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sessions does


title: Sessions description: Understand persistent Agent interactions, events, and the Sessions API.

Sessions

A **Session** is one persistent interaction with an Agent. Its public ID begins with `sess_` and remains stable while accepted messages and subsequent Agent events are appended to its event history.

How Sessions start

  • Create one directly with POST /v1/sessions.
  • Invoke a Service without session_id.
  • Trigger a Schedule; eve

Alternatives in Development

  • Chronicler — You are a specialized session analyst 3.6k ★
  • Gemini Skills — Skills for the Gemini API, SDK and model/agent interactions 2.3k ★
  • Claude Code Tools — by Prasad Chalasani - Well-crafted toolset for session continuity, featuring skills/commands to avoid compacti 1.6k ★

Full documentation available on GitHub

View Source Repository