Install
Configure skills using the Timeback CLI.Skills
timeback-integrate
timeback-integrate
End-to-end orchestrator. Discovers your app, then runs the setup, server, and client skills
in sequence. Start here if you’re unsure.
timeback-init
timeback-init
Project setup: environment variables, CLI credentials,
timeback.config.json. No
agent-driven code changes.timeback-server
timeback-server
Installs the SDK, configures identity/auth, and mounts the framework adapter. TypeScript and
Python are both supported.
timeback-client
timeback-client
Wires browser-side activity tracking.
Compatible with popular frameworks like React, Vue, Svelte, and Solid.
timeback-migrate
timeback-migrate
Migrates existing, custom-rolled Timeback integrations to the SDK while preserving behavior.
Getting started
Run/timeback-integrate in your preferred agent harness:
Server
For server-backed apps, runs
/timeback-server to install the SDK and mount the framework
adapter.You can also run
/timeback-init, /timeback-server, or /timeback-client individually for
focused work on a specific layer.Current skills target Level 1
integration. Use
/timeback-migrate only when migrating an existing direct-API integration to the SDK.Related
First steps
Apply, get credentials, and prepare for integration
Existing apps
Step-by-step Level 1 integration guide
CLI overview
CLI commands referenced by the skills
SDK overview
Server and client SDK architecture