Skip to main content
Hivenet Router is open-source software maintained by Hivenet. The source code, issue tracker, pull requests, and canonical project files live in the Hivenet Router GitHub repository. This documentation site explains how to deploy, configure, operate, and integrate Hivenet Router.
The repository’s root README.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, and LICENSE files are the authoritative versions.The Project pages in this documentation summarize and link to those files rather than creating competing copies.

GitHub repository

Browse the source code, branches, commits, issues, and pull requests.

Repository README

Read the repository-level introduction, build example, feature summary, and source navigation.

Contributing

Learn how to report bugs, propose features, improve documentation, run tests, and submit a pull request.

Code of conduct

Review the standards expected when participating in the project community.

License

Understand how the Apache License 2.0 applies to using, modifying, and distributing Hivenet Router.

Issues and pull requests

Report reproducible problems, discuss concrete proposals, and follow work in progress.

Canonical project files

Changes to those documents should be made in their root repository files. The corresponding Mintlify pages summarize those sources and point readers to the canonical files whenever complete or legally authoritative wording matters.

Documentation and repository boundaries

Use this documentation site for:
  • deployment and operations
  • API behavior
  • authentication and authorization
  • routing policies
  • integrations
  • observability
  • configuration and troubleshooting
Use the repository for:
  • source code
  • project-level build instructions
  • development and test workflows
  • issues and feature proposals
  • pull request review
  • complete legal and community-governance files
Documentation source also lives under:
in the main repository. Documentation changes therefore follow the same issue and pull request process as code changes.

Report a bug

Open a GitHub issue with enough information for another contributor to reproduce the problem. Include:
  • the Hivenet Router release or commit
  • whether the problem affects the router, agent, or both
  • the inference engine and version
  • relevant configuration with secrets removed
  • reproduction steps
  • expected and actual behavior
  • relevant router, agent, or backend logs
  • the request ID when the problem involves one API request
Do not include:
  • API keys
  • agent JWT secrets
  • provider credentials
  • private prompts or customer data
  • unredacted internal addresses when they are sensitive

Propose a feature

Open an issue describing the use case before investing in a substantial implementation. Explain:
  • the problem being solved
  • who experiences it
  • why the current behavior is insufficient
  • the expected API or operational behavior
  • relevant constraints and trade-offs
  • whether the proposal changes compatibility, configuration, security, or persistence
Discussing the approach first reduces the risk of producing a large change that does not fit the project’s architecture or scope.

Improve the documentation

Documentation corrections and clarifications are welcome. Useful contributions include:
  • correcting stale commands or defaults
  • documenting verified behavior
  • improving examples
  • clarifying error and edge-case behavior
  • fixing broken links
  • improving navigation
  • adding missing troubleshooting steps
Preserve the project’s technical contract when editing an existing page. Commands, flags, endpoints, schemas, and behavior should remain grounded in the current implementation. When documentation and code disagree, verify the current code before changing the documentation or implementation.

Report a security issue

Do not report a suspected security vulnerability through a public GitHub issue.
Send the details privately to:
Include enough information to reproduce and assess the problem, while avoiding unnecessary exposure of production credentials or personal data. The maintainers will coordinate investigation, remediation, and disclosure.

Relationship to Hivenet

Hivenet Router is maintained by Hivenet, but it remains a distinct open-source project. It is not:
  • Hivenet Inference API
  • Compute with Hivenet
  • a hosted inference service
  • an inference engine
Hivenet Router is the routing layer you can deploy and operate yourself. See Hivenet Router, Hivenet Inference API, and Compute with Hivenet for the complete product boundaries.

Participate responsibly

By participating in the repository, issue tracker, reviews, discussions, or other project spaces, contributors agree to follow the project’s Code of Conduct. Contributions submitted for inclusion in Hivenet Router are licensed under the same Apache License 2.0 as the project. Read the complete canonical files before contributing:

Contributing

Review the development and pull request workflow.

Code of conduct

Review participation and enforcement standards.

License

Review the project’s licensing terms.