Official packages
The stable public packages share version 1.0.0 and the API v1 contract:
| Package | Install | Use |
|---|---|---|
@teamgrid/api-client |
npm install @teamgrid/api-client@1.0.1 |
TypeScript and Node.js services |
@teamgrid/cli |
npm install --global @teamgrid/cli@1.0.1 |
Terminal, scripts and CI |
@teamgrid/mcp-server |
npm install --global @teamgrid/mcp-server@1.0.1 |
Compatible MCP hosts |
Pin the exact package version in reproducible deployments. CI for this portal verifies that every documented stable package is publicly available before Production deployment.
Contracts and collections
- API v1 OpenAPI 3.1 JSON
- API v0 OpenAPI 3.1 JSON
- Postman collection for API v1
- HTTP client collection for API v1
- Developer Platform manifest
- Canonical scope contract
Bruno, Insomnia and other OpenAPI-capable tools should import the API v1 JSON directly. This keeps their generated requests aligned with every path, parameter and schema in the stable contract.
Credential setup
Create credentials from TeamGrid Settings → Team → Developer → Access. Select the smallest required scopes, copy the reveal-once secret into the client’s environment or secret store, and use the region encoded by the credential.
Never commit a credential into a collection, .http file, shell history or source repository.