Skip to main content

README.md

Metadata

  • Purpose: Repository entrypoint and high-level platform documentation.
  • Domain: root
  • Language: md
  • Bytes: 4529
  • Lines: 159
  • Content hash (short): fe13718c
  • Source (start): README.md:1
  • Source (end): README.md:159

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

  • H1: Anchor MSP PSA (line 1)
  • H2: Repo layout (line 5)
  • H2: Quick start (line 17)
  • H2: Final Testing Flow (line 31)
  • H2: Key endpoints (line 100)
  • H2: Delivery model (line 140)
  • H2: Core docs (line 147)

Source Preview

# Anchor MSP PSA

AgentField-first PSA platform for MSP operations, built for multi-environment GitOps delivery.

## Repo layout

- `apps/web`: Next.js operator console and client portal.
- `apps/gateway`: API gateway for authn/authz, idempotency, and orchestration.
- `apps/agentfield-mock`: Local mock control-plane for end-to-end testing.
- `apps/status-mock`: Mock status API + telemetry control-center endpoints.
- `packages/contracts`: Shared API contracts, events, and OpenAPI spec.
- `packages/ui`: Shared UI components and design tokens.
- `agents/*`: Domain agents and edge telemetry agent.
- `infra/*`: Source deployment manifests mirrored into the dedicated ops repo (`anchor-msp-ops`).
- `docs/*`: Architecture, runbooks, and compliance guidance.

## Quick start

```bash
cp .env.example .env
pnpm install
pnpm dev

Optional local data services: