# Syntropic137 Documentation > Syntropic137 — Agentic Engineering Platform. Orchestrate AI agents with event-sourced workflows. ## LLM Endpoints - https://docs.syntropic137.com/llms.md — This file. Structured index of all documentation pages. - https://docs.syntropic137.com/llms-full.md — Complete documentation content in a single file. - https://docs.syntropic137.com/llms — Human-readable LLM docs page with system prompt and usage guide. ## Pages - [Overview](https://docs.syntropic137.com/docs): Syntropic137 — orchestrate AI agents with event-sourced workflows - [Agents](https://docs.syntropic137.com/docs/api/agents) - [Artifacts](https://docs.syntropic137.com/docs/api/artifacts): Create, upload, and retrieve artifacts produced by agent sessions - [Control](https://docs.syntropic137.com/docs/api/control): Pause, resume, cancel, and inject context into running executions - [Conversations](https://docs.syntropic137.com/docs/api/conversations): Retrieve conversation logs and metadata - [Costs](https://docs.syntropic137.com/docs/api/costs): Track token costs per session and execution - [Events](https://docs.syntropic137.com/docs/api/events): Query session events, timelines, and tool usage - [Execution](https://docs.syntropic137.com/docs/api/execution): Execute workflows and monitor active executions - [Executions](https://docs.syntropic137.com/docs/api/executions): Query execution records and details - [API Reference](https://docs.syntropic137.com/docs/api): REST API documentation for the Syntropic137 Dashboard API, auto-generated from the OpenAPI specification. - [Insights](https://docs.syntropic137.com/docs/api/insights) - [Metrics](https://docs.syntropic137.com/docs/api/metrics): System-wide metrics and health data - [Observability](https://docs.syntropic137.com/docs/api/observability): Token metrics and tool timelines for sessions - [Organizations](https://docs.syntropic137.com/docs/api/organizations) - [Repos](https://docs.syntropic137.com/docs/api/repos) - [Sessions](https://docs.syntropic137.com/docs/api/sessions): List and inspect agent sessions - [Sse](https://docs.syntropic137.com/docs/api/sse) - [Systems](https://docs.syntropic137.com/docs/api/systems) - [Triggers](https://docs.syntropic137.com/docs/api/triggers): Manage GitHub and webhook triggers for workflow automation - [Webhooks](https://docs.syntropic137.com/docs/api/webhooks): Incoming webhook endpoints (GitHub events) - [Workflows](https://docs.syntropic137.com/docs/api/workflows): Manage workflow definitions and view run history - [syn agent](https://docs.syntropic137.com/docs/cli/agent): AI agent management and testing - [syn artifacts](https://docs.syntropic137.com/docs/cli/artifacts): Browse and retrieve workflow artifacts - [syn config](https://docs.syntropic137.com/docs/cli/config): Configuration management - [syn control](https://docs.syntropic137.com/docs/cli/control): Control running executions - [syn conversations](https://docs.syntropic137.com/docs/cli/conversations): Inspect agent conversation logs - [syn costs](https://docs.syntropic137.com/docs/cli/costs): View cost tracking data for sessions and executions - [syn events](https://docs.syntropic137.com/docs/cli/events): Query domain events and session observability - [syn execution](https://docs.syntropic137.com/docs/cli/execution): List and inspect workflow executions - [CLI Reference](https://docs.syntropic137.com/docs/cli): Command-line interface for Syntropic137. - [syn insights](https://docs.syntropic137.com/docs/cli/insights): Global system insights and cost analysis - [syn marketplace](https://docs.syntropic137.com/docs/cli/marketplace): Manage workflow marketplace registries. - [syn metrics](https://docs.syntropic137.com/docs/cli/metrics): View aggregated workflow and session metrics - [syn observe](https://docs.syntropic137.com/docs/cli/observe): Observability data for sessions — tool timelines and token metrics - [syn org](https://docs.syntropic137.com/docs/cli/org): Manage organizations - [syn repo](https://docs.syntropic137.com/docs/cli/repo): Manage repositories and their observability - [syn sessions](https://docs.syntropic137.com/docs/cli/sessions): View and inspect agent sessions - [syn system](https://docs.syntropic137.com/docs/cli/system): Manage systems and their observability - [syn triggers](https://docs.syntropic137.com/docs/cli/triggers): Manage self-healing trigger rules - [syn watch](https://docs.syntropic137.com/docs/cli/watch): Watch live execution or activity streams - [syn workflow](https://docs.syntropic137.com/docs/cli/workflow): Manage workflows - create, list, run, and inspect - [Architecture](https://docs.syntropic137.com/docs/guide/architecture): Event sourcing, CQRS, workspace isolation, and the internals of Syntropic137 - [Claude Code Integration](https://docs.syntropic137.com/docs/guide/claude-code-plugin): Monitor and manage Syntropic137 from inside Claude Code with slash commands and domain skills. - [Configuration](https://docs.syntropic137.com/docs/guide/configuration): Environment variables, settings, and GitHub App setup for Syntropic137. - [Core Concepts](https://docs.syntropic137.com/docs/guide/core-concepts): The mental model behind Syntropic137 — events, workspaces, workflows, and observability. - [Event Ingestion](https://docs.syntropic137.com/docs/guide/event-ingestion): How Syntropic137 receives GitHub events through webhooks and polling. - [Getting Started](https://docs.syntropic137.com/docs/guide/getting-started): Install Syntropic137 and run your first AI agent workflow in under 5 minutes. - [GitHub Integration](https://docs.syntropic137.com/docs/guide/github-integration): Connect GitHub repositories to trigger automated agent workflows from events. - [Documentation](https://docs.syntropic137.com/docs/guide): Guides, architecture, and deployment documentation for Syntropic137 - [Plugin Ecosystem](https://docs.syntropic137.com/docs/guide/plugins): Discover, install, and share agent workflows for the Syntropic137 platform. - [Secrets Management](https://docs.syntropic137.com/docs/guide/secrets): How Syntropic137 handles secrets — file-based storage, Docker secrets, and 1Password integration. - [Self-Hosting](https://docs.syntropic137.com/docs/guide/self-hosting): Deploy Syntropic137 on your own infrastructure — from bare metal to Kubernetes - [Setup CLI](https://docs.syntropic137.com/docs/guide/setup-cli): npx @syntropic137/setup — interactive CLI for installing and managing the Syntropic137 platform. - [Tunnels](https://docs.syntropic137.com/docs/guide/tunnels): Expose Syntropic137 to the internet for GitHub webhooks and remote access. - [Why Syntropic137?](https://docs.syntropic137.com/docs/guide/why-syntropic137): What makes Syntropic137 different from running agents ad-hoc in your terminal. - [Workflow Packages](https://docs.syntropic137.com/docs/guide/workflows): Install, create, and distribute pre-built workflow packages. ## Markdown Endpoints Each page is available as plain text at its `.md` URL (for agents and LLMs): - [Overview](https://docs.syntropic137.com/docs.md) - [Agents](https://docs.syntropic137.com/docs/api/agents.md) - [Artifacts](https://docs.syntropic137.com/docs/api/artifacts.md) - [Control](https://docs.syntropic137.com/docs/api/control.md) - [Conversations](https://docs.syntropic137.com/docs/api/conversations.md) - [Costs](https://docs.syntropic137.com/docs/api/costs.md) - [Events](https://docs.syntropic137.com/docs/api/events.md) - [Execution](https://docs.syntropic137.com/docs/api/execution.md) - [Executions](https://docs.syntropic137.com/docs/api/executions.md) - [API Reference](https://docs.syntropic137.com/docs/api.md) - [Insights](https://docs.syntropic137.com/docs/api/insights.md) - [Metrics](https://docs.syntropic137.com/docs/api/metrics.md) - [Observability](https://docs.syntropic137.com/docs/api/observability.md) - [Organizations](https://docs.syntropic137.com/docs/api/organizations.md) - [Repos](https://docs.syntropic137.com/docs/api/repos.md) - [Sessions](https://docs.syntropic137.com/docs/api/sessions.md) - [Sse](https://docs.syntropic137.com/docs/api/sse.md) - [Systems](https://docs.syntropic137.com/docs/api/systems.md) - [Triggers](https://docs.syntropic137.com/docs/api/triggers.md) - [Webhooks](https://docs.syntropic137.com/docs/api/webhooks.md) - [Workflows](https://docs.syntropic137.com/docs/api/workflows.md) - [syn agent](https://docs.syntropic137.com/docs/cli/agent.md) - [syn artifacts](https://docs.syntropic137.com/docs/cli/artifacts.md) - [syn config](https://docs.syntropic137.com/docs/cli/config.md) - [syn control](https://docs.syntropic137.com/docs/cli/control.md) - [syn conversations](https://docs.syntropic137.com/docs/cli/conversations.md) - [syn costs](https://docs.syntropic137.com/docs/cli/costs.md) - [syn events](https://docs.syntropic137.com/docs/cli/events.md) - [syn execution](https://docs.syntropic137.com/docs/cli/execution.md) - [CLI Reference](https://docs.syntropic137.com/docs/cli.md) - [syn insights](https://docs.syntropic137.com/docs/cli/insights.md) - [syn marketplace](https://docs.syntropic137.com/docs/cli/marketplace.md) - [syn metrics](https://docs.syntropic137.com/docs/cli/metrics.md) - [syn observe](https://docs.syntropic137.com/docs/cli/observe.md) - [syn org](https://docs.syntropic137.com/docs/cli/org.md) - [syn repo](https://docs.syntropic137.com/docs/cli/repo.md) - [syn sessions](https://docs.syntropic137.com/docs/cli/sessions.md) - [syn system](https://docs.syntropic137.com/docs/cli/system.md) - [syn triggers](https://docs.syntropic137.com/docs/cli/triggers.md) - [syn watch](https://docs.syntropic137.com/docs/cli/watch.md) - [syn workflow](https://docs.syntropic137.com/docs/cli/workflow.md) - [Architecture](https://docs.syntropic137.com/docs/guide/architecture.md) - [Claude Code Integration](https://docs.syntropic137.com/docs/guide/claude-code-plugin.md) - [Configuration](https://docs.syntropic137.com/docs/guide/configuration.md) - [Core Concepts](https://docs.syntropic137.com/docs/guide/core-concepts.md) - [Event Ingestion](https://docs.syntropic137.com/docs/guide/event-ingestion.md) - [Getting Started](https://docs.syntropic137.com/docs/guide/getting-started.md) - [GitHub Integration](https://docs.syntropic137.com/docs/guide/github-integration.md) - [Documentation](https://docs.syntropic137.com/docs/guide.md) - [Plugin Ecosystem](https://docs.syntropic137.com/docs/guide/plugins.md) - [Secrets Management](https://docs.syntropic137.com/docs/guide/secrets.md) - [Self-Hosting](https://docs.syntropic137.com/docs/guide/self-hosting.md) - [Setup CLI](https://docs.syntropic137.com/docs/guide/setup-cli.md) - [Tunnels](https://docs.syntropic137.com/docs/guide/tunnels.md) - [Why Syntropic137?](https://docs.syntropic137.com/docs/guide/why-syntropic137.md) - [Workflow Packages](https://docs.syntropic137.com/docs/guide/workflows.md)