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. Includes environment and integration-status file setup; resource provisioning is delegated to the interactive CLI.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:
1
Discover
Detects your app’s language, framework, subjects, and auth system.
2
Setup
Runs
/timeback-init to configure credentials and create timeback.config.json.3
Server
For server-backed apps, runs
/timeback-server to install the SDK and mount the framework
adapter.4
Client
For browser apps, runs
/timeback-client to wire activity tracking.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.Skills are implementation guidance, not an API version guarantee. Check generated code against the SDK version you install. An auth check and populated course IDs alone do not demonstrate that completion events reached downstream analytics.
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