api

Manage Glide Big Tables data via REST API v2 and @glideapps/tables.

10|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/glideapps/glide-code --skill api-glideapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api
Source: https://github.com/glideapps/glide-code/tree/main/glide/skills/api
Command: npx skills add https://github.com/glideapps/glide-code --skill api-glideapps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic data management in Glide by interfacing with the Glide REST API v2 and the @glideapps/tables package, enabling automation of data import, updates, and integrations.

Core Features & Use Cases

  • Import data into Glide Big Tables from external sources and sync changes at scale.
  • Perform bulk operations (create, update, delete) on rows across tables.
  • Build integrations that connect Glide with external systems and automate data workflows at team level.

Quick Start

Use this skill to import a CSV file into a Glide Big Table or bulk-update rows in a target table.

Frequently Asked Questions about api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate data import into Glide Big Tables from external sources?

Automate data import into Glide Big Tables by using the Glide REST API v2 or @glideapps/tables SDK to programmatically create, update, and sync rows from external sources.

Does the Glide REST API support bulk row updates and deletions at the team level?

Yes, the Glide REST API v2 supports bulk operations to create, update, and delete rows across tables, enabling programmatic data management at the team level.

What authentication is needed to use the @glideapps/tables package programmatically?

You need Bearer token authentication to manage Glide tables and rows via the REST API v2 endpoints or the @glideapps/tables SDK securely.

Can I use REST API endpoints to synchronize external systems with Glide tables?

Yes, you can build integrations using the REST API endpoints or @glideapps/tables package to sync external systems with Glide Big Tables and automate data workflows.

What is the best way to manage Glide data programmatically without manual edits?

The best way to manage Glide data programmatically is by using the @glideapps/tables SDK or REST API v2 to perform automated bulk operations and data synchronization across tables.