Skip to content
Select theme

Porter documentation

Operate issue-to-PR automation with clear setup, execution controls, and API contracts.

Quick start path

  1. Quick start - run your first task with verification checks.
  2. Architecture - understand orchestration boundaries and trust model.
  3. Core Flow - trace lifecycle from command to callback.
  4. Endpoints - review contracts used by webhook, task, callback, and config layers.

Documentation map

LaneFocusFirst page
Quick StartProduction-ready first run and troubleshootingQuick start
ConceptsRuntime model, worker behavior, and execution designArchitecture
ConfigurationCredentials, defaults, and operational safetyUser Config Gist
APIEndpoint contracts, events, callback semantics, modelsEndpoints

Typical implementation sequence

  • Start with app install and per-user config setup.
  • Validate one issue-to-PR task end-to-end.
  • Add operational guardrails (limits, retries, cancellation behavior).
  • Integrate task state and callback contracts into your internal tooling.