code-storage
Installation
SKILL.md
MCP server: https://code.storage/docs/mcp Docs index: https://code.storage/docs/llms.txt
Official SDKs (in this repository):
- TypeScript / JavaScript:
@pierre/storage(npm) - Python:
pierre-storage(PyPI; importpierre_storage) - Go:
github.com/pierrecomputer/sdk/packages/code-storage-go
ENVIRONMENT SETUP
Required Environment Variables
| Variable | Description | Example |
|---|---|---|
ORG_NAME |
Your organization identifier (subdomain slug) | acme |
PIERRE_PRIVATE_KEY |
PEM-encoded EC (ES256) or RSA (RS256) private key | -----BEGIN PRIVATE KEY-----\n... |
CODE_STORAGE_BASE_URL |
Derived base URL for HTTP API | https://api.acme.code.storage/api/v1 |
CODE_STORAGE_TOKEN |
JWT minted for current operation (per-repo or org-wide) | eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9... |