Zum Inhalt springen
Entwicklerplattform

Entwickle mit TeamGrid.

Eine vollständige Plattform für Integrationen, Automatisierungen und KI-gestützte Anwendungen. REST API, OAuth 2.0, Webhooks, MCP Server und interaktive Dokumentation.

integration.ts
import { TeamGrid } from '@teamgrid/sdk';

const client = new TeamGrid({
apiKey: process.env.TG_API_KEY
});

await client.projects.create({
name: "Next-Gen API",
status: "active"
});

Alles was du zum Bauen brauchst.

Sechs Kernbausteine für deine nächste Integration.

REST API

JSON:API-konforme REST-Schnittstelle mit ~85 Endpoints über 19 Ressourcen. Cursor-basierte Paginierung, Filterung, Sortierung — alles dabei.

85+ Endpoints 19 Ressourcen JSON:API
GET /v1/projects
200 OK
"data": [
  {
    "id": "prj_12345",
    "type": "project",
    "attributes": {
      "name": "Website Redesign",
      "status": "active",
      "progress": 65
    }
  }
]

Authentifizierung

API Keys für Server-zu-Server, OAuth 2.0 mit PKCE für Drittanbieter-Apps. 26 granulare Scopes für feingranulare Zugriffskontrolle.

OAuth 2.0 + PKCE 26 Scopes
Secret API Key
tg_live_••••••••••••••••••••
tasks:write
projects:read
contacts:read

Webhooks

Echtzeit-Benachrichtigungen für 22 Events in 8 Kategorien. Delivery Logs, Retry-Logik und eine integrierte Testfunktion für jeden Endpoint.

22 Events
POST task.created 200
POST invoice.paid 200
POST project.updated 200

MCP Connect

TeamGrid als MCP-Server für KI-Assistenten. Claude Desktop, Cursor, Windsurf und jeder MCP-kompatible Client kann direkt mit deinen Daten arbeiten.

7 MCP-Tools Semantische Suche
AI Assistant
MCP Connected
Update project status to "In Progress"
Using TeamGrid Server
firestore_update({
"collection": "projects",
"status": "in_progress"
})
Success

API Explorer

Interaktive Dokumentation mit Ressourcen-Baum, Endpoint-Details, Code-Snippets in cURL, JavaScript und Python. Live Try-it Panel zum Echtzeit-Testen.

Introduction
Authentication
Pagination
OAuth 2.0

Dashboard

API-Nutzung überwachen, Keys und OAuth Apps verwalten, Webhook-Zustellungen tracken. Alles in einem Developer Dashboard, in Echtzeit aktualisiert.

API Requests (30d) 1.2M
+12%

In Minuten starten.

Ein einziger API-Aufruf zum Loslegen. So listest du deine Projekte auf:

const response = await fetch('https://api.teamgrid.app/v1/projects', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/vnd.api+json',
    'Accept': 'application/vnd.api+json'
  }
});

const { data } = await response.json();
console.log(data);
curl "https://api.teamgrid.app/v1/projects" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/vnd.api+json" \
  -H "Accept: application/vnd.api+json"
import requests

url = "https://api.teamgrid.app/v1/projects"
headers = {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/vnd.api+json",
    "Accept": "application/vnd.api+json"
}

response = requests.get(url, headers=headers)
print(response.json())
Bald verfügbar

companyOS SDK & App Store

Entwickle native Apps mit dem kommenden companyOS SDK und vertreibe sie über den TeamGrid App Store. Erschließe dir neue Einnahmequellen, während unsere Nutzer von einem riesigen Ökosystem profitieren.

Native Apps
Monetarisierung
Globale Reichweite
Custom CRM
Acme Solutions
$9.99/mo
Monthly MRR
$4,250