telnyx-storage-javascript

Manage S3-compatible Telnyx Storage buckets and objects with JavaScript SDK examples.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-storage-javascript-team-telnyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-storage-javascript
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/javascript/telnyx-storage-javascript
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-storage-javascript-team-telnyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of cloud storage buckets and objects within the Telnyx ecosystem, providing developers with direct JavaScript SDK access to S3-compatible storage functionalities.

Core Features & Use Cases

  • Object & Bucket Management: Create, retrieve, and delete SSL certificates for buckets, and manage migration sources and the migration process itself.
  • URL Generation: Generate presigned URLs for secure, time-limited access to upload or download objects.
  • Usage Monitoring: Track API and storage usage for buckets.
  • Use Case: A developer needs to programmatically generate a temporary, secure link for a user to upload a large file to a Telnyx storage bucket.

Quick Start

Use the telnyx-storage-javascript skill to create a presigned URL for uploading an object to a bucket.

Frequently Asked Questions about telnyx-storage-javascript

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

FAQPage Schema
How do I generate a presigned URL for uploading files to S3-compatible cloud storage using JavaScript?

Generating a presigned URL for S3-compatible cloud storage with JavaScript involves using the Telnyx Storage API to create secure, time-limited links for uploading or downloading objects. This Skill provides JavaScript SDK examples to facilitate these temporary access operations.

Can I manage SSL certificates for cloud storage buckets programmatically in JavaScript?

Managing SSL certificates for cloud storage buckets programmatically in JavaScript is supported through the Telnyx Storage API. You can create, retrieve, and delete SSL certificates for your buckets using the provided JavaScript SDK examples.

Does Telnyx cloud storage work with the standard S3 API protocol?

Telnyx cloud storage works with the S3-compatible API protocol, allowing you to manage buckets and objects using familiar S3 interactions. This Skill provides JavaScript SDK examples to interface with these S3-compatible storage resources.

What is needed to authenticate JavaScript API requests to Telnyx cloud storage?

Authenticating JavaScript API requests to Telnyx cloud storage requires a Telnyx API key. This key is necessary to authorize interactions with your storage resources, such as managing buckets, generating presigned URLs, and initiating migrations.

How do I track storage and API usage for my cloud storage buckets?

Tracking storage and API usage for your cloud storage buckets is done by querying the Telnyx Storage API. This Skill enables usage monitoring through JavaScript SDK examples to help you observe your bucket consumption metrics.

What's the best way to migrate data between storage sources using JavaScript?

The best way to migrate data between storage sources using JavaScript is by initiating the migration process through the Telnyx Storage API. This Skill provides SDK examples to manage migration sources and execute data transfers programmatically.