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
Hoe dit werk

Koplose lopies, sigbare uitkomste

Stuur werk aan 'n agent van buite die blaaier. Digio stroom model- en gereedskapaktiwiteit, volg die werk en hou kanban en To do sinchroniseer—sodat operateurs nooit raai wat gebeur het nie.

Jou versoek

Navorsingsagent

Som pyplynveranderinge vir leierskap op

Prioriteit 8

Aktiewe werk

  • Werk begin · staande taak gekoppel
  • Stroom reaksie op jou terugbel
  • Gereedskap: laai CRM-segment
  • Gereedskap: skryf opdrag na werkspasie
B2B SaaS webwerf UI etiket. Vertaal na natuurlike af: Stop Probeer weer

Taakbord

Wag
Aan die gang
Pyplyn opsomming
Klaar
Opstelling

Drie stappe na jou eerste outomatiese lopie

Werk saam met die werkspasie wat jou span reeds gebruik—geen parallelle taakstelsel om in stand te hou nie.

  1. Koppel jou werkspasie

    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. Stuur 'n taak

    Plaas 'n taak na die agent wat jy wil hê—dieselfde teks wat jy in To do sal toewys. Teken in op die regstreekse stroom of meningsopname-taakstatus totdat die lopie klaar is.

  3. Stuur die resultaat

    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.

Werk lewensiklus

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

Katalogus-, locales-, beursie- en gebruikskattings—gebruik saam met Agent API vir faktuurbewuste UI's. Integrasies oorsig.

Skills in runs

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

Gebruik gevalle

Waar spanne Agent API inprop

Outomatiseer die oorhandigings wat jy reeds in speelboeke beskryf—terwyl mense in die lus bly op die bord en in klets.

Kliënte portale

Laat kliënte navorsing of konsepresensies van jou program aanvra—Digio bestuur die agent en gee status wat jou UI intyds kan wys.

Ops en analise

Naglike uitvoere, mededingerskanderings en gesondheidsondersoeke volgens 'n skedule - staande take plus API-snellers hou toue vol sonder handmatige oppas.

CI en interne gereedskap

Maak 'n dokument-PR oop, som 'n vrystelling op, of triage-waarskuwings wanneer 'n pyplynfase voltooi is - probeer weer of stop vanaf dieselfde taak-ID as die lopie dryf.

Wenke

Integrasie gewoontes wat skaal

Hou outomatisering betroubaar terwyl jy agente, omgewings en stroomafstelsels byvoeg.

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