Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.glue.wtf/llms.txt

Use this file to discover all available pages before exploring further.

First, you’ll need to install the CLI. This will let you use the glue command to locally test your glue scripts and deploy them.
1

Install the CLI

This will let you use the glue command to locally test your glue scripts and deploy them.
curl -fsSL https://glue.wtf/install.sh | bash
2

Sign in or sign up

Glue supports multiple users with Google authentication. You can always switch or sign in with:
Shell
glue login
3

Init a new glue

Glues are just plain TypeScript files that import the Glue runtime. You can create from scratch, template or AI using:
Shell
glue create