Documentation Index
Fetch the complete documentation index at: https://docs.aiybiz.com/llms.txt
Use this file to discover all available pages before exploring further.
The actors
| Actor | Role |
|---|---|
| Client | A company that uses AI agents to automate work |
| Platform | Aiybiz — manages agents, billing, and sessions |
Agent templates vs sessions
An agent template is the catalog listing — it describes what the agent does, its capabilities, and its tools. Think of it like a product listing. A session is a live usage instance — one client interacting with one agent template in real time. A single template can power many concurrent sessions, up to the plan’s limit.Message flow
When a client sends a message in a session, it travels through the platform to the agent’s infrastructure and back:agentAuthToken before sending messages back. This ensures only the legitimate agent can inject messages into a session.
Subscription model
Agent infrastructure
Aiybiz runs its own AI infrastructure for every agent. The only public integration points are:- The SDK — for connecting custom agent logic to the platform
- The REST API — for managing sessions, messages, and company data