Welcome to Oxide CMS
Your first piece of content in Oxide CMS. Learn about the features and get started with content management.
# Welcome to Oxide CMS! 🦀
Congratulations on successfully installing Oxide CMS! This is your first piece of content.
## What is Oxide CMS?
Oxide CMS is a modern, agent-first headless content management system built with Rust. It's designed to be:
- **Fast**: Built with Rust for maximum performance
- **API-First**: RESTful API for all content operations
- **MCP-Enabled**: Native Model Context Protocol support for AI agents
- **Extensible**: Plugin system for custom functionality
- **Secure**: Built-in authentication and authorization
## Getting Started
### API Endpoints
Your Oxide CMS instance exposes the following key endpoints:
- `POST /api/auth/login` - Authenticate and get a bearer token
- `GET /api/content` - List all content
- `POST /api/content` - Create new content
- `GET /api/content/:id` - Get content by ID
- `PUT /api/content/:id` - Update content
- `DELETE /api/content/:id` - Delete content
### Admin Dashboard
You're viewing the admin dashboard! Use the navigation above to:
- **Dashboard**: Overview of your content and system
- **Content**: Manage all your content items
- **Plugins**: Install and configure plugins
- **Settings**: Configure system settings
### MCP Integration
Oxide CMS includes native MCP (Model Context Protocol) support, allowing AI agents like Claude to:
- Create and manage content
- Query your content database
- Sync content to external platforms
- Trigger webhooks and automation
## Next Steps
1. **Create Content**: Use the API or admin interface to create your first custom content
2. **Install Plugins**: Explore the plugin directory to extend functionality
3. **Configure Webhooks**: Set up webhooks to automate workflows
4. **Explore the API**: Check out the full API documentation
## Need Help?
- Documentation: Check your installation directory's `docs/` folder
- Logs: `journalctl -u oxide-cms -f`
- Status: `systemctl status oxide-cms`
Happy content management! 🚀