Skip to main content

Overview

Grantex supports policy-as-code workflows where your authorization policies live in a Git repository and are automatically synced to the auth service.

Uploading Policy Bundles

Upload a policy bundle via the API:

Git Webhook Integration

Set up a webhook to automatically sync on push:
  1. Configure a webhook in your Git provider pointing to:
  2. Your CI/CD pipeline bundles and uploads the policies on each push to main

Managing Bundles

SDK Usage

Last modified on March 2, 2026