エンタープライズ開発者コンソール

Create API keys, manage webhooks, and inspect delivery audit

統合展開のためのエンタープライズ開発者向け管理画面。APIキー、Webhookエンドポイント、納品モニタリングの管理にご利用ください。

開発者コンソールには、有効なアクセストークンを持つログイン済みアカウントが必要です。
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)

開発者書き込み権限

現在のプラン: Free Studio
開発者書き込み権限: 開発者コンソールには、有効なアクセストークンを持つログイン済みアカウントが必要です。
APIキー、Webhook書き込み、リプレイ、お問い合わせ操作はエンタープライズ専用です
開発者コンソールには、有効なアクセストークンを持つログイン済みアカウントが必要です。

Cloud service health

デプロイされたエンタープライズサービスが開発者コンソールと一致しているか確認してください。

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
デプロイの不一致を検出
デプロイされたエンタープライズサービスがコンソールと一致しません。本番操作を行う前にデプロイを更新してください。
health endpoint unavailable

エンタープライズ問い合わせ

エンタープライズサービスのデプロイ情報。
運用概要: total=0
運用概要: new=0
運用概要: contacted=0
運用概要: qualified=0
Action queue: missing_notes=0
Action queue: unassigned=0
Action queue: missing_outcome=0
Action queue: no_assets=0
Action queue: private_deployment=0
Action queue: api_webhook=0
Owner view: -
選択した問い合わせ: 0
担当者テンプレート
Active templates
Archive templates
No enterprise inquiries yet.

Inquiry detail

No inquiry selected

問い合わせタイムライン

問い合わせタイムラインはまだありません。

API keys

Webhook

最新生成シークレット

Copy them now. They are only shown once.

最近のアクティビティ

No recent activity yet.

API keys

No API keys yet.
API key usage history
No API key usage events yet.

Webhook

No webhooks yet.

Webhook deliveries

デリバリー運用サマリー: total=0
デリバリー運用サマリー: success=0
デリバリーキュー: failed=0
デリバリーキュー: replay_backlog=0
Webhook ヘルス: -
失敗診断
失敗診断: -
No deliveries yet.
開発者コンソール

Back to enterprise inquiry