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, Gemini, Kimi, GLM, MiniMax and more, or any OpenAI-compatible endpoint)

  • 04

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

.maintainer.ymlStarter policy
# yaml-language-server: $schema=https://developerz.ai/schemas/maintainer.v1.json
version: 1

pr:
  # We open PRs and drive them to green; you merge them.
  auto_merge: false
  # Never merge a head nobody reviewed.
  require_review: true
  human_merge:
    paths:
      - .github/workflows/**

release:
  # Nothing is tagged or published until you name a manager.
  manager: none

triage:
  ask_for_repro: true