---
slug: /api/processes
sidebar_position: 3
---

# Processes

These operations come from the ABI process API on `localhost:9879`.
The generator reads ABI packages only: `naas-abi-core` kernel routes, `naas_abi` agents, marketplace `ai/` providers, and OpenRouter.
It does not read Zen `config.yaml` and does not scan `src/`.
It does not boot the Engine, so runtime-only OpenRouter model agents are omitted.

Every shipped agent exposes `POST /agents/{name}/completion` and `POST /agents/{name}/stream-completion`.

- [Agents](/api/processes/agents): 34 operations
- [Kernel](/api/processes/kernel): 5 operations
