Getting Started
Learn how to authenticate, configure, and run your first web preservation job using the 1990 Web Archive platform. From CLI to dashboard, we've got you covered.
Authentication & API Keys
All interactions with the archive require a valid API key. Generate yours from your dashboard under Settings → API Access. Keys are scoped to specific regions and have rate limits based on your plan.
Setup & Installation
Choose your preferred interface. The CLI is recommended for researchers and automated pipelines, while the Dashboard offers visual job monitoring and instant preview.
- CLI: Install via npm, pip, or standalone binary
- Dashboard: Access at
app.1990archive.com - REST API: Base endpoint
https://api.1990archive.com/v2
Run Your First Crawl
Use the wa crawl command to queue a preservation job. You can target a single URL, a sitemap, or a list of legacy domains. The engine automatically resolves frames, redirects, and embedded assets.
--legacy-mode for maximum compatibility.Retrieve & Export
Once completed, your archive is indexed and ready for retrieval. You can download packages directly or stream them via the API. All exports include metadata manifests and cryptographic integrity hashes.
FAQ & Troubleshooting
Q: Why are some frames missing?
A: Framesets are reconstructed using our legacy renderer. Ensure --frames is enabled and check the job logs for blocked resources.
Q: Can I archive password-protected sites?
A: Yes. Pass HTTP headers or session cookies via --auth-header or a .netrc file. We never store credentials; they are encrypted in transit and discarded after the job.
Q: How do I verify archive integrity?
A: Every package includes a manifest.sha256 and a timestamped signature. Run wa verify --path ./output to validate.