# Glue ## Docs - [Authentication](https://docs.glue.wtf/advanced/authentication.md): Connect external service accounts so your Glues can act on your behalf. - [Billing](https://docs.glue.wtf/advanced/billing.md): How Glue is priced - [Managing Glues](https://docs.glue.wtf/advanced/managing-glues.md): Inspect, tag, stop, archive, and monitor your deployed Glues. - [Cron Example Glue](https://docs.glue.wtf/examples/cron.md): Run a Glue on a schedule using cron triggers. - [Github Example Glue](https://docs.glue.wtf/examples/github.md): Respond to GitHub webhooks and automate repository workflows. - [Slack Example Glue](https://docs.glue.wtf/examples/slack.md): Send messages to Slack in response to events from other services. - [Streak Example Glue](https://docs.glue.wtf/examples/streak.md): React to events in Streak and automate CRM workflows. - [Using Examples](https://docs.glue.wtf/examples/using-examples.md): Learn how to use the examples provided with Glue. - [Architecture](https://docs.glue.wtf/getting-started/architecture.md): Learn the basic nouns of Glue and how things fit together. - [Development workflow](https://docs.glue.wtf/getting-started/development-workflow.md): Set up your environment, run a Glue locally, debug fast, deploy, monitor, and share. - [Quickstart](https://docs.glue.wtf/getting-started/quickstart.md) - [Write your first Glue](https://docs.glue.wtf/getting-started/write-your-first-glue.md): Build a tiny Glue that listens for an event and takes an action. - [CLI Reference](https://docs.glue.wtf/reference/cli.md): Command line tool to test, deploy, manage and monitor your Glues. - [Client Libraries](https://docs.glue.wtf/reference/client-libraries.md): Coming soon. - [OpenAPI Spec](https://docs.glue.wtf/reference/openapi-spec.md): Coming soon. - [Runtime API](https://docs.glue.wtf/reference/runtime-api.md): The main import you need to run Glues