/

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

  1. Sign in to ByteHide Cloud
  2. Go to Projects section
  3. Click Create Project in the dashboard Create ProjectClick to expand
  4. Select Logs as the project type
  5. Enter a project name and description Project ConfigurationClick to expand
  6. 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:

  1. Go to your logs project
  2. In the main view you will see the Project token box Project TokenClick to expand
  3. Copy your project token

Project Settings

Once your project is created, you can configure:

  • Project name and description - Update basic project information
  • Environments - Create different environments (dev, staging, prod)
  • Team members - Add team members with different permission levels
  • Integrations - Connect with third-party services
  • Alerting rules - Set up alerts for specific log patterns
  • Retention policies - Configure how long logs are retained

Next Steps

Now that you have created your project and obtained your token:

  1. Install the Go Logger SDK
  2. Follow the quick start guide
  3. Configure the logger

For more details on using your project token, see Project Token Configuration.