New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@mastra/archil

Package Overview
Dependencies
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/archil

Archil filesystem provider for Mastra workspaces — elastic, serverless file systems for AI agents

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
567
-22.96%
Maintainers
7
Weekly downloads
 
Created
Source

@mastra/archil

Store Mastra workspace files on Archil elastic serverless disks with S3-compatible operations, POSIX shell access, snapshots, and persistent volumes.

Installation

npm install @mastra/archil

Usage

import { ArchilFilesystem } from '@mastra/archil';

const filesystem = new ArchilFilesystem({
  diskId: 'dsk-0123456789abcdef',
  apiKey: process.env.ARCHIL_API_KEY!,
  region: 'aws-us-east-1',
});

Documentation

  • Archil

Changelog

See the package changelog for version history and release notes.

Support

We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.

FAQs

Package last updated on 15 Sep 2026

Related posts