For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer Tools
CommunityContact UsConsole
DocsAPI Reference
DocsAPI Reference
  • Getting Started
    • Welcome to Frame.io V2 API
    • Key Concepts
    • Authentication
  • Migration
    • V2 to V4 Migration Guide
  • OAuth 2 Applications
    • OAuth 2 Code Authorization Flow
    • Building an OAuth2 App
    • Refreshing OAuth 2 Tokens
  • Workflows - Assets
    • Reading the File Tree
    • Uploading Assets
    • Manage Version Stacks
    • Working with Annotations
    • Search for Assets
  • Workflows - Projects
    • Working with Review Links
    • Gather All Comments from a Project
  • Workflows - Admin
    • User Management
    • Working with Audit Logs
  • Automations - Webhooks
    • Webhooks Overview
    • Comment Workflows with Zapier
  • Automations - Zapier
    • Zapier Basics
    • Frame.io Resources in Zapier
    • Upload Assets to Frame.io using Zapier
    • Webhooks in Zapier
  • Custom Actions
    • Custom Actions Overview
    • Three Ways to Deploy Custom Actions
    • Deploy Custom Actions to Zapier
  • Other Tools
    • Using ngrok
    • Using Glitch
  • Troubleshooting
    • API Error Codes
    • Rate Limits
    • Browser Support
  • Deprecated
    • How to - Authorize (Hardware)
    • How to - Authorize (Application)
    • How to - Manage Auth (Hardware)
    • How to - Manage Auth (Application)

© 2026 Adobe Inc. All rights reserved.

TermsPrivacyDo not sell or share my personal information
Developer-friendly docs for your API
Logo
Developer Tools
CommunityContact UsConsole
On this page
  • How do I sign up for Glitch?
  • How do I work with a project on Glitch?
  • How do I see logs or the console on Glitch?
  • What languages can I use?
  • Glitch and Python
Other Tools

Using Glitch

Glitch is a tool that lets you quickly and easily create web applications. You can run them using Glitch to test them without the trouble of having to set up your own server with a public web address.

This guide provides some basic tips and tricks for working with Glitch.

How do I sign up for Glitch?

Click Sign In and choose one of the methods offered. Glitch supports Facebook, GitHub, Google, and Email sign-in. You can get started here: https://glitch.com.

How do I work with a project on Glitch?

To work with a project on Glitch, do the following:

  1. Go to the project’s project page, which will have the structure https://glitch.com/~word-otherword

  2. Click View Source

  3. From the upper right hand side of the screen, click Remix to Edit. You’ll be able to change the project however you would like.

You can also sign and then click New Project from the upper righthand corner if you want to work on a new project.

How do I see logs or the console on Glitch?

You can check on your project from a terminal by clicking Tools at the bottom of the page. You’ll be able to choose to see an audit log (Logs) and a Full Page Console.

What languages can I use?

Glitch officially only supports javascript. But you can use lots of other languages unofficially. Glitch can be made to work with:

  • C/C++
  • Haskell
  • OCaml
  • Perl
  • Erlang
  • Elixir
  • Lua 5.2
  • PHP
  • Ruby
  • Java
  • Python
  • Go
  • Rust
  • Racket

Glitch and Python

You can add requirements to your Python project on Glitch by including a requirements.txt file containing the modules you want to import.

Sometimes a module you want to import will not import. You can add it using Glitch’s console, but be sure to install to your user area using the --user tag.

pip install --user module_name

Was this page helpful?
Previous

API Error Codes

Next