Source: docs/integration/overview.md
Forgium Agent — Public API overview
Forgium Agent is a conversational-agent service. Your application can send a
user message to the Public API and receive an agent response.
What you can build
Choose the path that matches the host application:
| Need | Use |
|---|---|
| A web, mobile, or backend application needs a synchronous agent reply | `POST /v1/channels/http/messages` |
| The agent needs approved live data or actions from the host application | Self-service business capabilities |
The HTTP channel currently accepts text messages.
Access boundary
Before integrating, ask the Forgium administrator for this access bundle for
the target environment:
FORGIUM_AGENT_BASE_URL=https://<public-api-host>
FORGIUM_AGENT_API_KEY=mg_xxx
Use the key only with the Public API (/v1/*). If it is missing or rejected,
ask the administrator for help. Do not request access to Forgium's internal
services.
Recommended reading order
- Getting started — configure access and send the first message.
- Authentication — API-key rules.
- Choose an integration path:
- HTTP channel for a synchronous request/response flow.
- Business capabilities for live host-application data or actions.
- Environments — keep development, staging, and production isolated.
An autonomous implementation agent should additionally follow