Enterprise Entwickler Konsole

Create API keys, manage webhooks, and inspect delivery audit

Enterprise-Entwickleroberfläche für den Integrations-Rollout. Verwenden Sie sie zur Verwaltung von API-Schlüsseln, Webhook-Endpunkten und Bereitstellungsüberwachung.

Die Entwicklerkonsole erfordert ein eingeloggtes Konto mit einem gültigen Zugriffstoken.
OpenAPI 3.0 spec

Developer resources

Use the public OpenAPI spec and SDK starters to connect API keys, webhooks, training, and AI prelabel workflows.

Open OpenAPI JSON
Machine-readable REST surface for API keys, webhooks, training tasks, and 2D prelabel pipelines.
Headers: Access-Token and Team-Id are required for enterprise BFF routes.
Webhook deliveries include a signature for receiver-side verification.
Training and prelabel endpoints are included so model automation can start from the same spec.

SDK quick start

TypeScript
import { TjMakeBot } from '@tjmakebot/api';

const client = new TjMakeBot({
  accessToken: process.env.TJMAKEBOT_ACCESS_TOKEN!,
  teamId: process.env.TJMAKEBOT_TEAM_ID!,
});

// List projects
const { projects } = await client.listProjects();

// Create a webhook
const { webhook, signing_secret } = await client.createWebhook(
  'production callback',
  'https://example.com/tjmakebot/webhook',
  ['workflow.completed', 'delivery.failed'],
);

// Run 6D Pose initialization
const result = await client.pose6DInitialize({
  project_id: 'proj_xxx',
  model_type: 'foundationpose',
  image: { image_id: 'img_1', oss_key: '...', width: 1920, height: 1080 },
  label_id: 1,
  model_asset_key: 'mug_red_v2',
  camera_intrinsics: { fx: 1060, fy: 1060, cx: 960, cy: 540 },
});
Python
from tjmakebot import TjMakeBot

client = TjMakeBot(
    access_token=os.environ['TJMAKEBOT_ACCESS_TOKEN'],
    team_id=os.environ['TJMAKEBOT_TEAM_ID'],
)

# List projects
projects = client.list_projects()

# Create a webhook
result = client.create_webhook(
    label='production callback',
    callback_url='https://example.com/tjmakebot/webhook',
    event_types=['workflow.completed', 'delivery.failed'],
)

# Run 6D Pose initialization
pose = client.pose6d_initialize({
    'project_id': 'proj_xxx',
    'model_type': 'foundationpose',
    'image': {'image_id': 'img_1', 'oss_key': '...', 'width': 1920, 'height': 1080},
    'label_id': 1,
    'model_asset_key': 'mug_red_v2',
    'camera_intrinsics': {'fx': 1060, 'fy': 1060, 'cx': 960, 'cy': 540},
})
print(pose.results[0].translation)

Entwickler write access

Aktueller Plan: Kostenloses Studio
Entwickler write access: Die Entwicklerkonsole erfordert ein eingeloggtes Konto mit einem gültigen Zugriffstoken.
API-Schlüssel, Webhook-Schreibvorgänge, Replay und Anfragevorgänge sind nur für Enterprise verfügbar
Die Entwicklerkonsole erfordert ein eingeloggtes Konto mit einem gültigen Zugriffstoken.

Cloud-Service-Status

Überprüfen Sie, ob der bereitgestellte Enterprise-Service mit der Entwicklerkonsole übereinstimmt.

service=-
store_mode=-
database_enabled=undefined
access_mode=-
developer_console_enabled=undefined
inquiry_ops_enabled=undefined
inquiry_ops_summary_enabled=undefined
webhook_replay_enabled=undefined
Bereitstellung mismatch detected
Der bereitgestellte Enterprise-Service stimmt nicht mit der Konsole überein. Aktualisieren Sie die Bereitstellung, bevor Sie Live-Aktionen durchführen.
health endpoint unavailable

Enterprise inquiries

Enterprise service Bereitstellung information.
Ops overview: total=0
Ops overview: new=0
Ops overview: contacted=0
Ops overview: qualified=0
Aktionswarteschlange: missing_notes=0
Aktionswarteschlange: unassigned=0
Aktionswarteschlange: missing_outcome=0
Aktionswarteschlange: no_assets=0
Aktionswarteschlange: private_deployment=0
Aktionswarteschlange: api_webhook=0
Besitzer-Ansicht: -
Selected inquiries: 0
Eigentümer templates
Aktive Vorlagen
Vorlagen archivieren
No enterprise inquiries yet.

Anfragedetails

Keine Anfrage ausgewählt

Anfrage timeline

No Anfrage timeline yet.

API-Schlüssel

Webhooks

Latest generated secrets

Jetzt kopieren. Sie werden nur einmal angezeigt.

Letzte Aktivität

No recent activity yet.

API-Schlüssel

No API keys yet.
API-Schlüssel-Nutzungsverlauf
No API key usage events yet.

Webhooks

No webhooks yet.

Webhook-Zustellungen

Lieferung ops Zusammenfassung: total=0
Lieferung ops Zusammenfassung: success=0
Lieferung Warteschlange: failed=0
Lieferung Warteschlange: replay_backlog=0
Webhook health: -
Failure diagnostics
Failure diagnostics: -
No deliveries yet.
Entwickler Konsole

Zurück zur Enterprise-Anfrage