Gluecron for Enterprise
AI-native git hosting with the security and compliance your team requires. Custom pricing, SSO, SOC 2, audit log SIEM export, and dedicated support — all on the same platform your developers already love.
Everything in Team, plus enterprise-grade controls.
SAML 2.0 and OIDC are already built in. Connect your IdP (Okta, Azure AD, Google Workspace, OneLogin) and enforce SSO for your entire organisation in minutes. SCIM provisioning coming Q3.
Every sensitive action — push, merge, token creation, branch protection change — is captured in a tamper-evident audit log. Stream to Splunk, Datadog, or any SIEM via GET /api/v2/audit.
Choose EU (Frankfurt) or US (Virginia) as your primary data region. Your code, metadata, and AI inferences never leave your chosen region. Compliance-ready from day one.
We are in the final stages of our SOC 2 Type II audit (target: Q3 2026). Existing customers receive the report under NDA on request. HIPAA BAA available on Enterprise plans.
99.9% uptime SLA, 1-hour response for P1 incidents, and a named account engineer. We sign your vendor DPA and join your Slack channel so there is no ticket queue between you and a fix.
Volume discounts on repo seats, unlimited AI usage (your Anthropic key or ours), and annual invoicing with NET-30 terms. We will meet your procurement requirements — no credit card walls.
Pipe every event into your SIEM.
The GET /api/v2/audit endpoint returns a paginated JSON stream of every platform event — repo creates, force pushes, token revocations, merge-gate overrides, and more. Filter by actor, action prefix, or resource type, and page through millions of rows using cursor-based pagination.
- ISO 8601 timestamps on every event
- Actor username, IP address, and full metadata payload
- Cursor pagination — no duplicate events across batches
- Compatible with Splunk HEC, Datadog Logs, AWS S3 event sink
GET /api/v2/audit?since=2026-01-01T00:00:00Z&limit=500
Authorization: Bearer glc_<token>
{
"events": [
{
"id": "018e4a...",
"action": "repo.force_push",
"actor_id": "abc123",
"actor_username": "alice",
"resource_type": "repository",
"resource_id": "repo-789",
"metadata": { "ref": "refs/heads/main", "old_sha": "..." },
"created_at": "2026-06-01T14:23:05.000Z",
"ip_address": "203.0.113.42"
}
],
"nextCursor": "018e4b...",
"hasMore": true
}Talk to the team.
Tell us about your team and what you need. We will reply within one business day with a custom proposal.