Create a Logs Project
What are ByteHide Projects?
ByteHide projects are the foundation for organizing and managing your application logs and monitoring. Projects allow you to:
- Organize your logs by application or service
- Manage multiple environments (development, staging, production)
- Control access for team members with different permission levels
- Configure alerting for log monitoring and error detection
- View logging history and analyze patterns across your applications
- Connect with source control for automated log correlation
Each project provides a unique token that authenticates your applications with the ByteHide logging service.
Create Your Project
- Sign in to ByteHide Cloud
- Go to Projects section
- Click Create Project in the dashboard
- Select Logs as the project type
- Enter a project name and description
- Click Create
Get Your Project Token
Security Notice
Keep your project token secure and never commit it to source control.
After creating your project, you'll need the project token for your logging configuration:
- Go to your logs project
- In the main view you will see the Project token box
- Copy your project token
Project Settings
In the ByteHide Cloud panel, you can configure:
- Environments: Set up different environments (development, staging, production)
- Access Control: Manage team access and permissions
- Notifications: Configure alerts for critical errors and monitoring
- Integrations: Set up CI/CD and webhook integrations
- Retention: Configure log retention periods
Next Steps
Choose your integration path:
Logger SDK
Install and configure the ByteHide Logger SDK in your JavaScript application.