Agent or gateway?
Both bind the same capabilities. Choose an agent when you want the reasoning run
for you; choose a gateway when the client already has a model and just needs
tools.
Where an agent’s settings live
The Portal opens each agent on a set of settings views:Running an agent
- Playground — the Portal’s chat surface. Approvals render inline;
?debug=1on the URL reveals the assembled system prompt and the frozen tool and skill snapshots for the run. - Channels — Telegram, Slack, or SMS. See Channels.
- A2A —
POST https://agent-{handle}.noorle.comspeaks A2A JSON-RPC 1.0. A public agent card is served at/.well-known/agent-card.json. - AG-UI —
POST https://agent-{handle}.noorle.com/aguireturns an AG-UI event stream.
Composition patterns
- Research — Web Search, Browser, and a knowledge base for internal context.
- Support — Knowledge Retrieval over your docs, a connector for the systems of record, a Slack channel, and delegation to a specialist agent.
- Analysis — Files plus Code Runner for anything the standard library covers; Sandbox when a dependency is needed.