API v1
Small, typed, visibility-aware APIs for ecosystem builders.
Start with public ecosystem reads. Organization-scoped writes, webhooks, and private data access are gated by scoped API keys and RLS.
Endpoints
Public reads.
GET
/api/v1/projectsPublic projects with approved or featured visibility.
GET
/api/v1/teamsPublic and community-visible persistent teams.
GET
/api/v1/championshipsPublic and community-visible championships.
GET
/api/v1/eventsPublished events.
GET
/api/v1/organizationsPublic organizations.
GET
/api/v1/clustersPublic and community innovation clusters.
Pagination
All list endpoints accept limit, clamped between 1 and 100. Responses use { data, meta }.
Webhooks
Signed domain event delivery.
Webhooks receive JSON payloads with x-together-signature, an HMAC SHA-256 signature of the request body using the webhook secret.
{
"id": "event-id",
"type": "team_created",
"aggregateType": "team",
"aggregateId": "team-id",
"payload": {},
"createdAt": "2026-05-18T00:00:00Z"
}Events
Initial event catalog.
team_createdchampionship_createdteam_registeredsubmission_createdproject_continuedmentor_connectedincubation_joinedecosystem_signal_generatedcollaboration_detected