Official documentation for Basalt AI - the comprehensive platform for prompt management, AI monitoring, and experimentation.
Basalt AI provides developers with powerful tools to manage prompts, monitor AI applications, and run experiments. This repository contains the complete documentation for the Basalt platform, including guides, API references, and examples.
- Prompt Management: Learn how to create, deploy, and manage prompts at scale
- AI Monitoring: Monitor your AI applications with detailed analytics and tracing
- Experiments: Run A/B tests and experiments on your AI features
- Datasets: Manage and organize your AI training and testing datasets
- API Reference: Complete documentation for all Basalt APIs
- 📖 Documentation Site
- 🚀 Get Started
- 🖥️ Dashboard
- 📧 Support
This documentation is built with Mintlify.
- Node.js 16+
- Mintlify CLI
-
Install the Mintlify CLI:
npm i -g mintlify
-
Clone this repository:
git clone https://github.com/basalt-ai/basalt-docs.git cd basalt-docs -
Start the development server:
mintlify dev
The documentation will be available at http://localhost:3000.
- Edit the relevant
.mdxfiles - Preview changes locally with
mintlify dev - Submit a pull request
Changes are automatically deployed to production when merged to the main branch.
- If
mintlify devisn't running, trymintlify installto reinstall dependencies - Ensure you're running the command in the directory containing
docs.json - Check that all file paths in
docs.jsonmatch the actual file locations
├── api-reference/ # API documentation
├── datasets/ # Dataset management guides
├── experiments/ # Experimentation guides
├── images/ # Documentation images
├── logo/ # Basalt logos
├── monitoring/ # AI monitoring guides
├── prompts/ # Prompt management guides
├── snippets/ # Reusable documentation components
├── docs.json # Mintlify configuration
├── introduction.mdx # Getting started guide
├── quickstart.mdx # Quick start tutorial
└── installation.mdx # Installation instructions
We welcome contributions to improve the documentation. Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally with
mintlify dev - Submit a pull request
- 📧 Email: support@getbasalt.ai
- 📖 Documentation: docs.getbasalt.ai
- 🐛 Issues: GitHub Issues
Copyright © 2024 Basalt AI. All rights reserved.
