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/projects

Public projects with approved or featured visibility.

GET/api/v1/teams

Public and community-visible persistent teams.

GET/api/v1/championships

Public and community-visible championships.

GET/api/v1/events

Published events.

GET/api/v1/organizations

Public organizations.

GET/api/v1/clusters

Public 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