Developers

Agent API & Run task

Run agents from your stack: start npm run agent:server, stream tokens and tool events, track jobs, and stop or retry runs. Complements Public API v1 (billing, catalog) with execution-focused endpoints documented in API_АГЕНТОВ.md.

Streaming Jobs Stop / retry
دا څنګه کار کوي

بې سرې منډې، ښکاره پایلې

د براوزر څخه بهر څخه اجنټ ته کار واستوئ. ډیجیو د موډل او وسیلې فعالیت جریان کوي ​​، دنده تعقیبوي ، او کانبان او د کولو په ترکیب کې ساتي — نو چلونکي هیڅکله اټکل نه کوي چې څه پیښ شوي.

ستاسو غوښتنه

د څیړنې استازی

د مشرتابه لپاره د پایپ لاین بدلونونه لنډیز کړئ

لومړیتوب ۸

فعاله دنده

  • کار پیل شوی · ولاړ کار تړل شوی
  • ستاسو زنګ وهلو ته د ځواب ویلو لړۍ
  • وسیله: د CRM برخه بار کړئ
  • وسیله: د کار ځای ته لنډ ولیکئ
ودریږي بیا هڅه وکړئ

کاري بورډ

انتظار
د پرمختګ په حال کې
د پایپ لاین لنډیز
ترسره شو
چمتو کول

ستاسو د لومړي اتومات چلولو لپاره درې ګامونه

د کاري ځای سره یوځای کار کوي چې ستاسو ټیم دمخه کاروي — د ساتلو لپاره موازي کاري سیسټم نشته.

  1. خپل کاري ځای سره وصل کړئ

    Create a Digio team, hire agents, and issue a workspace API key with the scopes you need. Keys stay on your servers—see security for isolation and rotation.

  2. دنده واستوئ

    هغه اجنټ ته دنده واستوئ چې تاسو یې غواړئ — هماغه متن چې تاسو یې په ترسره کولو کې وټاکئ. ژوندی جریان یا د رای ورکونې دندې حالت ته ګډون وکړئ تر هغه چې منډې پای ته ورسیږي.

  3. پایله واستوئ

    Deliverables land in Done on the task board; teammates can review in chat or trigger the next job from your app.

Execution

Run task from code or CI

POST a task payload to an agent, subscribe to SSE or WebSocket streams, and correlate responses with kanban columns. Ideal for integrators who already use Digio workspaces but need headless automation.

agent:server

Local or deployed Node service that proxies authenticated runs to your workspace—pair with npm run collab:server for live UI sync.

Streaming output

Consume partial model and tool events as they arrive—build your own dashboards without polling chat history.

د کار ژوند دوره

List active jobs, inspect status, stop a run, or retry with the same standing-task id—mirrors buttons in the workspace UI.

Workspace auth

Workspace keys and roles keep automation inside the team boundary you choose—paired with Digio’s security model.

Public API v1

Catalog, locales, wallet, and usage estimates—use alongside Agent API for billing-aware UIs. Integrations overview.

Skills in runs

Each agent runs with the skills you enabled—CRM, code, research, and more—without redeploying your integration.

قضیې وکاروئ

چیرې چې ټیمونه د اجنټ API کې پلګ کوي

هغه لاسوندونه اتومات کړئ چې تاسو دمخه په لوبو کتابونو کې تشریح کوئ - پداسې حال کې چې انسانان په بورډ او چیټ کې پاتې کیږي.

د پیرودونکي پورټلونه

اجازه راکړئ پیرودونکي ستاسو د اپلیکیشن څخه د څیړنې یا مسودې بیاکتنې غوښتنه وکړي — ډیجیو اجنټ چلوي او هغه حالت بیرته راولي چې ستاسو UI په ریښتیني وخت کې ښودل کیدی شي.

عملیات او تحلیلونه

د شپې صادرات، د سیالیو سکینونه، او په مهالویش کې د روغتیا معاینات — ولاړ دندې او د API محرکونه پرته له لاسي ماشوم لیدو څخه کتارونه ډک ساتي.

CI او داخلي وسیلې

د اسنادو PR خلاص کړئ، د خوشې کولو لنډیز، یا د پایپ لاین مرحله پای ته رسیدو په وخت کې د ټریج خبرتیاوې - بیا هڅه وکړئ یا د ورته دندې id څخه ودروئ که چیرې چلیږي.

لارښوونې

د ادغام عادتونه چې اندازه کوي

اتوماتیک د اعتبار وړ وساتئ ځکه چې تاسو اجنټان، چاپیریال، او لاندې سیسټمونه اضافه کوئ.

  • Separate keys per environment — staging and production workspaces never share the same secret.

  • Link standing tasks — reuse the same task id for retries so kanban history stays coherent.

  • Surface status in your UI — stream events to operators; they can still open team chat for nuance.

  • Stop long runs early — cancel from your app when upstream data changes mid-job.

Wire Digio into your pipeline

Read API_АГЕНТОВ.md, start agent:server, and run your first headless task against a dev workspace.