Skip to Content

Collect

Collect Claude Code session activity and send it to Autographical.

Data collected

  • Prompt submissions — when you send a prompt
  • Turn completions — when Claude returns a response
  • Session details — session transcript, title, timestamps, git branch, and working directory

Installation

/plugin marketplace add autographical/claude-code-plugins /plugin install autographical-collect@autographical

Configuration

Ingest token

The plugin needs an ingest token to authenticate with Autographical. Create one in your Autographical user settings .

The token is resolved from the first available source:

  1. Claude Code plugin config — set via the /plugin UI. Managed by Claude Code, and stored securely in your system keychain.
  2. Environment variableAUTOGRAPHICAL_INGEST_TOKEN
  3. Config fileingestToken in ~/.config/autographical/config.json

Config file example:

{ "ingestUrl": "https://ingest.autographical.ai", "ingestToken": "your-token" }

Ingest URL

Configure an ingest URL based on your Autographical deployment: Cloud, Cloud alternate data region, or self-hosted.

Defaults to Autographical Cloud US data region (https://ingest.autographical.ai).

Override with:

  • AUTOGRAPHICAL_INGEST_URL environment variable
  • ingestUrl in ~/.config/autographical/config.json
Last updated on