Skip to content

Getting started

Ready to install?

Installation is invite-only while we scale. Approved members sign in to add the GitHub App; everyone else can join the waitlist.

developerz.ymlLIVE
version: 1
budget:
 max_cost_usd: 5
policy:
 require_checks: true
 deny_paths:
 - infra/prod/**
Audited end to endGitHub-native workflowExisting checks stay in controlCost visible per task

Access

Installation is invite-only

We don't allow open registration. If your account is approved, sign in to add the GitHub App to your repositories. Not a member yet? Join the waitlist and we'll reach out.

Requirements

What you need

  • 01

    GitHub organization or personal account where you maintain repos

  • 02

    VPS or existing hardware for self-hosted CI boxes (optional for AI devs only, required for CI)

  • 03

    Your own API key (Anthropic, OpenAI, OpenRouter, or compatible endpoint)

  • 04

    A .maintainer.yml policy file (templates provided in docs)

.maintainer.ymlStarter policy
version: 1
budget:
  max_cost_usd: 5
policy:
  require_checks: true
  deny_paths:
    - infra/prod/**