Automate Val Town for free on Stepper

Val Town is a serverless TypeScript platform for deploying functions, APIs, and automations instantly. Manage vals, files, blob storage, SQLite databases, and environment variables.

I want to integratewithSee how to connect Val Town to ...

Triggers available for Val Town on Stepper

New Val

Triggers when a new val (project) is created in your account.

New or Updated Blob

Triggers when a blob is created or updated in your storage.

  • 1 parameter s

Actions available for Val Town on Stepper

Create Val

Creates a new val (project) on Val Town.

  • 2 parameter s

Delete Val

Deletes a val (project) permanently.

  • 1 parameter s

Find Val

Finds a val by its name and author username.

  • 2 parameter s

List Vals

Lists vals in your account.

Create File

Creates a new file in a val.

  • 3 parameter s

Update File

Updates the content of an existing file in a val.

  • 3 parameter s

Delete File

Deletes a file from a val.

  • 2 parameter s

Create Environment Variable

Creates a new environment variable for a val.

  • 3 parameter s

Delete Environment Variable

Deletes an environment variable from a val.

  • 2 parameter s

Execute SQL

Executes a SQL statement against your Val Town SQLite database.

  • 2 parameter s

Store Blob

Stores data as a blob in your Val Town blob storage. Overwrites if the key already exists.

  • 2 parameter s

Delete Blob

Deletes a blob from your Val Town blob storage.

  • 1 parameter s

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.