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
Ingaba isebenza kanjani

Ukubaleka okungenantloko, iziphumo ezibonakalayo

Thumela umsebenzi kwi-arhente engaphandle kwesikhangeli. Imodeli ye-Digio ihambisa imodeli kunye nomsebenzi wesixhobo, ilandelela umsebenzi, kwaye igcina i-kanban kunye nokwenza kwi-sync-ngoko ke abaqhubi abaze baqikelele ukuba kwenzeke ntoni.

Isicelo sakho

Iarhente yophando

Shwankathela utshintsho oluhamba phambili kubunkokeli

Okuphambili 8

Umsebenzi osebenzayo

  • Umsebenzi waqala · umsebenzi wokuma onxibelelene
  • Ukusasaza impendulo kwi-callback yakho
  • Isixhobo: layisha icandelo leCRM
  • Isixhobo: bhala ngokufutshane kwindawo yokusebenzela
Yeka Zama kwakhona

Ibhodi yomsebenzi

Ukulinda
Iyaqhubeka
Isishwankathelo sombhobho
Ugqibile
Misela

Amanyathelo amathathu okuqhuba kwakho okuzenzekelayo

Isebenza ecaleni kwendawo yokusebenza esele isetyenziswa liqela lakho-akukho nkqubo ifanayo ekufuneka igcinwe.

  1. Qhagamshela indawo yakho yokusebenza

    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. Thumela umsebenzi

    Thumela umsebenzi kwi-arhente oyifunayo-umbhalo ofanayo oza kumnika Ukwenza. Bhalisa kumjelo ophilayo okanye ubume bomsebenzi wokuvota kude kugqitywe.

  3. Ngenqanawa isiphumo

    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.

Umjikelo wobomi bomsebenzi

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

Ikhathalogu, iindawo, isipaji, kunye noqikelelo losetyenziso-sebenzisa ecaleni kweAgent API ye-billing-wareware UIs. Uhlanganiso isishwankathelo.

Skills in runs

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

Sebenzisa iimeko

Apho amaqela iplagi Agent API

Yenza i-handoffs osele uyichaza kwiincwadi zokudlala-ngelixa abantu behlala kwi-loop ebhodini nakwincoko.

Iiphothali zabaThengi

Vumela abathengi bacele uphando okanye bayilwe ngokutsha kwi-app yakho-iDigio iqhuba iarhente kwaye ibuyisela ubume be-UI yakho onokuyibonisa ngexesha lokwenyani.

Ops kunye nohlalutyo

Ukuthunyelwa ngaphandle ebusuku, ukuskena okhuphisana naye, kunye nokuhlolwa kwezempilo kwishedyuli-imisebenzi emileyo kunye nezixhokonxa ze-API zigcina imigca igcwele ngaphandle kokugcinwa komntwana ngesandla.

CI & izixhobo zangaphakathi

Vula i-PR yamaxwebhu, ushwankathele ukukhululwa, okanye ulandelele imiyalelo xa inqanaba lombhobho ligqiba-zama kwakhona okanye uyeke kwi-id yomsebenzi ofanayo ukuba i-run drifts.

Iingcebiso

Imikhwa yokudibanisa ukuba isikali

Gcina i-automation ithembekile njengoko usongeza ii-arhente, indawo ezingqongileyo, kunye neenkqubo ezisezantsi.

  • 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.