The Harmony Bench is a dedicated, rate‑limited API providing free access to the Vedic Planetary Transformers for humanitarian and community‑led problem‑solving.
It is designed for:
No tracking, no monetisation, no borders. First‑come, first‑served; scaled via volunteer compute.
To use the Harmony Bench, you need an API key. Keys are free and granted upon request.
Each key provides:
To request a key, email harmony@spectralorchestra.com (or open a GitHub issue) with:
The Harmony Bench endpoint is:
Required header:
Request body (JSON) is identical to the public /api/v1/solve endpoint.
Optimising delivery routes for emergency supplies (TSP):
{
"problem_type": "tsp",
"data": {
"points": [
[0, 0], # warehouse
[12, 5], # clinic A
[3, 18], # clinic B
[20, 8], # shelter C
[7, 22] # shelter D
]
}
}
Response:
{
"problem_type": "tsp",
"poetic_name": "Venusian Tour Loom",
"planet": "♀ Venus",
"via_harmony_bench": true,
"tour": [0, 2, 4, 1, 3, 0],
"length": 67.32,
"stats": { "time_ms": 104, "iterations": 42 }
}
1. No patents, no borders, only Unity. The technology is free (MIT). The API is free. There will never be a paid tier.
2. Equal footing. A small community group receives the same rate limit as a large international NGO.
3. Transparency. All code is public. All rate‑limit policies are documented. There are no hidden restrictions.
4. Volunteer‑powered. The infrastructure runs on donated compute. If you have spare capacity, you can host a node.
5. Respect for context. We do not store or analyse your problem data beyond immediate solving. No logs are kept beyond aggregate usage counts.