TURSO_URL=libsql://your-db.turso.io TURSO_TOKEN=your-token # Optional: pick one profile when your UserDB has more than one. # Agents auto-detect the single profile when this is unset (normal case). # Get the id from BusinessKit → Settings → Credentials, or via: # SELECT id, slug, title FROM profiles; # PROFILE_ID= # Optional: read replica URL for faster agent briefings (Turso embedded replica). # When set, db.execute (reads) hits the replica; writes always go to TURSO_URL. # TURSO_REPLICA_URL=libsql://your-db-replica.turso.io