drive9

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name DRIVE9_TOKEN or zero doctor check-connector --url https://api.drive9.ai/v1/fs/ --method GET

How It Works

drive9 is a filesystem-like API for AI agents. Files are auto-embedded and full-text indexed so they can be retrieved by meaning, not just filename. Small files (<50 KB) live in db9 with instant embedding; large files go to S3 via presigned URLs. A single path namespace spans both tiers.

Account (DRIVE9_TOKEN)
└── Filesystem
    ├── Files (auto-embedded + FTS indexed)
    ├── Directories
    │   ├── .abstract.md  (~100 tokens, L0 scan)
    │   └── .overview.md  (~1k tokens, L1 scan)
    └── Semantic search index

Base URL: https://api.drive9.ai

Related skills
Installs
10
GitHub Stars
59
First Seen
Apr 17, 2026