# Action Llama ## Docs - [Agents](https://docs.actionllama.org/concepts/agents.md): What agents are, how they work, and the full runtime lifecycle - [Resource Locks](https://docs.actionllama.org/concepts/resource-locks.md): How resource locks work — coordination, TTL, deadlock detection - [Runtime Context](https://docs.actionllama.org/concepts/runtime-context.md): What your agent sees when it runs — the full prompt structure assembled at runtime - [Scheduler](https://docs.actionllama.org/concepts/scheduler.md): How the scheduler discovers agents, manages cron, dispatches webhooks, and maintains runner pools - [Getting Started](https://docs.actionllama.org/first-steps/getting-started.md): Create and run your first Action Llama agent - [Using Webhooks](https://docs.actionllama.org/first-steps/using-webhooks.md): Tutorial: set up a GitHub Issues webhook to trigger an agent end-to-end - [Running Agents on Cloud Run Jobs](https://docs.actionllama.org/guides/cloud-run-runtime.md): Use Google Cloud Run Jobs as an agent execution runtime — scalable, serverless, and pay-per-use - [Custom Dockerfiles](https://docs.actionllama.org/guides/custom-dockerfiles.md): Add tools and packages to your agent Docker images - [Dynamic Context](https://docs.actionllama.org/guides/dynamic-context.md): Use hooks to stage context before the LLM session starts - [Scaling Agents](https://docs.actionllama.org/guides/scaling-agents.md): Scale agents to handle concurrent work and use locks to prevent contention - [Shared Context](https://docs.actionllama.org/guides/shared-context.md): Share conventions, repo layout, and policies across all your agents - [Subagents](https://docs.actionllama.org/guides/subagents.md): How one agent calls another — fire, poll, and collect results - [Claude](https://docs.actionllama.org/integrations/claude.md): Use Claude Code to create agents, edit SKILL.md files, and interact with the gateway - [Agent Configuration](https://docs.actionllama.org/reference/agent-config.md): Complete reference for agent configuration: SKILL.md (portable metadata) and config.toml (runtime config) - [Agent Docs](https://docs.actionllama.org/reference/agent-docs.md): SKILL.md, AGENTS.md, and CLAUDE.md — what they do and how to write them - [Agent Tools](https://docs.actionllama.org/reference/agent-tools.md): Tools available to agents at runtime — transport tools for interacting with the environment, and scheduler tools for coordination - [CLI Commands](https://docs.actionllama.org/reference/cli-commands.md): Complete reference for all Action Llama CLI commands - [Credentials](https://docs.actionllama.org/reference/credentials.md): Credential types, storage, resolution, and management - [Dockerfiles](https://docs.actionllama.org/reference/dockerfiles.md): Docker image structure, build behavior, and container configuration - [Gateway API](https://docs.actionllama.org/reference/gateway-api.md): HTTP API for controlling the scheduler, triggering agent runs, and streaming status - [Models](https://docs.actionllama.org/reference/models.md): Supported LLM providers, model IDs, and configuration - [Project Configuration](https://docs.actionllama.org/reference/project-config.md): Project-level configuration reference — all fields and sections - [Web Dashboard](https://docs.actionllama.org/reference/web-dashboard.md): Live web dashboard for monitoring agent status, streaming logs, and triggering runs - [Webhooks](https://docs.actionllama.org/reference/webhooks.md): Webhook setup, providers, filter fields, and troubleshooting - [GitHub Webhooks](https://docs.actionllama.org/reference/webhooks/github.md): Filter fields, setup, and examples for GitHub webhook triggers - [Linear Webhooks](https://docs.actionllama.org/reference/webhooks/linear.md): Filter fields, setup, and examples for Linear webhook triggers - [Mintlify Webhooks](https://docs.actionllama.org/reference/webhooks/mintlify.md): Filter fields, setup, and examples for Mintlify webhook triggers - [Sentry Webhooks](https://docs.actionllama.org/reference/webhooks/sentry.md): Filter fields, setup, and examples for Sentry webhook triggers - [Slack Webhooks](https://docs.actionllama.org/reference/webhooks/slack.md): Filter fields, setup, and examples for Slack webhook triggers - [Twitter Webhooks](https://docs.actionllama.org/reference/webhooks/twitter.md): Filter fields, setup, and examples for X (Twitter) webhook triggers ## OpenAPI Specs - [openapi](https://docs.actionllama.org/api-reference/openapi.json)