Scripts
A Script Project repo backs the platform's Kotlin scripts.
Platform integration
Because Git is built into Bosca rather than integrated after the fact, your repositories connect to everything else — the work they implement, the automation they hold, and the events they set off.
Work Ops linking
When a commit message, PR title, or branch name mentions a task key, the platform links them automatically — in both directions. Trace a task to every commit and PR that delivered it, and any commit back to the task that motivated it.
Sourced from Git
A repository's content type tells the platform what it holds — so scripts, queries, pipelines, and agents can live in Git and gain version control, review, and the full pull-request workflow.
A Script Project repo backs the platform's Kotlin scripts.
An Analytic Query Project repo backs your saved analytics SQL.
A Pipeline Project repo backs event-driven automation graphs.
An Agent Project repo backs AI agents and their tools.
Events out
A finished pipeline can fire a platform event — publish content, invalidate a cache, kick off a deploy, send a notification. And for anything outside Bosca, webhooks POST a signed payload to a URL you choose, on the events you pick.
X-Hub-Signature-256Repository access uses the same group-based permissions as the rest of Bosca — no separate user directory to maintain, no second place to grant or revoke access.
Keep exploring