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
Uburyo ikora

Umutwe wiruka, ibisubizo bigaragara

Ohereza akazi kubakozi baturutse hanze ya mushakisha. Digio yerekana ibikorwa nibikorwa byibikoresho, ikurikirana akazi, kandi igakomeza kanban na Gukora mugihe kimwe - kuburyo abakoresha batigera bakeka uko byagenze.

Icyifuzo cyawe

Umukozi ushinzwe ubushakashatsi

Vuga muri make impinduka zubuyobozi

Icyambere 8

Akazi keza

  • Akazi yatangiye · umurimo uhagaze
  • Igisubizo cyibisubizo kuri callback yawe
  • Igikoresho: fata igice cya CRM
  • Igikoresho: andika muri make ahakorerwa
Hagarara Ongera ugerageze

Ikibaho

Gutegereza
Birakomeje
Incamake y'umuyoboro
Byakozwe
Gushiraho

Intambwe eshatu kumurongo wambere wikora

Gukora kuruhande rwumurimo itsinda ryanyu rimaze gukoresha-ntamikorere ihwanye na sisitemu yo kubungabunga.

  1. Huza aho ukorera

    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. Ohereza inshingano

    Kohereza akazi kubakozi ushaka - inyandiko imwe wagenera gukora. Iyandikishe kumurongo wuzuye cyangwa gutora akazi kumurimo kugeza kwiruka birangiye.

  3. Kohereza ibisubizo

    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.

Ubuzima bw'akazi

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.

Koresha imanza

Aho amakipe acomeka muri Agent API

Hindura amaboko usanzwe usobanura mubitabo by'imikino - mugihe abantu baguma mumuzingo kurubaho no kuganira.

Imiyoboro yabakiriya

Reka abakiriya basabe ubushakashatsi cyangwa umushinga wo gusuzuma muri porogaramu yawe - Digio ayobora umukozi kandi agarura imiterere UI yawe ishobora kwerekana mugihe nyacyo.

Ops & Analytics

Kwohereza hanze nijoro, abanywanyi ba scan, hamwe no kugenzura ubuzima kuri gahunda - imirimo ihagaze wongeyeho API imbarutso ituma umurongo wuzuye utarinze kurera.

CI & ibikoresho byimbere

Fungura docs PR, vuga muri make ibyasohotse, cyangwa triage imenyesha mugihe umuyoboro urangiye - ongera ugerageze cyangwa uhagarike kumurimo umwe id niba kwiruka bigenda.

Inama

Ingeso yo kwishyira hamwe

Komeza automatike yizewe nkuko wongeyeho abakozi, ibidukikije, hamwe na sisitemu yo hasi.

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