Enterprise المطور وحدة التحكم

إنشاء مفاتيح API وإدارة webhooks وفحص تدقيق التسليم

هذه هي واجهة مطور المؤسسات الدنيا لنشر التكامل. استخدمها لإدارة مفاتيح API ونقاط نهاية webhook ومراقبة التسليم.

تتطلب وحدة تحكم المطور a logged-in account مع a valid access token.
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)

المطور write access

الخطة الحالية: الاستوديو المجاني
المطور write access: تتطلب وحدة تحكم المطور a logged-in account مع a valid access token.
مفاتيح API وكتابة webhook وإعادة التشغيل وعمليات الاستفسار مخصصة للمؤسسات فقط
تتطلب وحدة تحكم المطور a logged-in account مع a valid access token.

صحة الخدمة السحابية

Check whether the deployed enterprise service matches the developer console.

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
النشر mismatch detected
خدمة Enterprise المنشورة لا تطابق the console. Update the النشر before taking live actions.
health endpoint unavailable

Enterprise inquiries

Enterprise service النشر information.
Ops overview: total=0
Ops overview: new=0
Ops overview: contacted=0
Ops overview: qualified=0
قائمة الإجراءات: missing_notes=0
قائمة الإجراءات: unassigned=0
قائمة الإجراءات: missing_outcome=0
قائمة الإجراءات: no_assets=0
قائمة الإجراءات: private_deployment=0
قائمة الإجراءات: api_webhook=0
عرض المالك: -
Selected inquiries: 0
المالك templates
القوالب النشطة
أرشفة القوالب
No enterprise inquiries yet.

تفاصيل الاستفسار

لم يتم تحديد استفسار

استفسار timeline

No استفسار timeline yet.

مفاتيح API

Webhooks

Latest generated secrets

انسخها الآن. تظهر مرة واحدة فقط.

النشاط الأخير

No recent activity yet.

مفاتيح API

No API keys yet.
سجل استخدام مفتاح API
No API key usage events yet.

Webhooks

No webhooks yet.

تسليمات Webhook

التسليم ops الملخص: total=0
التسليم ops الملخص: success=0
التسليم قائمة الانتظار: failed=0
التسليم قائمة الانتظار: replay_backlog=0
Webhook health: -
Failure diagnostics
Failure diagnostics: -
No deliveries yet.
المطور وحدة التحكم

العودة إلى استفسار المؤسسة