Agent-to-Agent Communication
How autonomous AI agents talk to each other to coordinate, delegate subtasks and combine results, the backbone of multi-agent systems. Unlike tool calling, agents are active parties, so reliable A2A needs identity, delivery guarantees, ordering and an audit trail, just like human chat.
Read full entry →
Agentic AI
Agentic AI describes AI systems that pursue goals autonomously by decomposing them into steps, calling tools, observing outcomes and self-correcting. Unlike a chatbot that responds to a single prompt, an agentic system runs multi-step loops and can write to external systems, making capability and responsible scoping both critical.
Read full entry →
AI (Artificial Intelligence)
Technology that enables machines to mimic human cognitive functions such as learning, problem-solving and decision-making. In Ethora, AI refers to automated conversational agents powered by large language models — chatbots and embeddable AI widgets that let developers build intelligent, conversational interfaces without extensive coding.
Read full entry →
AI Agent
AI agents go beyond chatbots: they perceive their environment, plan a sequence of steps, call external tools or APIs, and act autonomously to reach a goal. They are the building block of agentic workflows in customer support, operations, and research, and can be embedded in messaging platforms via frameworks like MCP.
Read full entry →
AI Assistant
An AI assistant helps individual users with questions, text drafting, summarisation and step-by-step guidance through a natural conversational interface. Modern assistants draw on language models and retrieval systems to give accurate, grounded answers, and can be embedded directly in your product’s chat or messaging layer.
Read full entry →
AMQP (Advanced Message Queuing Protocol)
An open standard protocol for enterprise message routing via a central broker. AMQP underpins reliable event-driven architectures with guaranteed delivery, flexible routing rules, and message persistence, making it a common backbone for backend service integration alongside real-time chat protocols like XMPP.
Read full entry →
API (Application Programming Interface)
A set of rules and protocols that let different software applications communicate with each other. In Ethora, APIs let client applications interact with the backend server and integrate the platform with existing or custom-built systems, accessed via API keys from the Admin panel and documented through Swagger.
Read full entry →
API Gateway
An API gateway is the front door to a backend system: a single entry point that validates tokens, enforces rate limits, routes requests to the right service and centralises logging. For chat and AI platforms it also handles WebSocket upgrades and long-lived connections, making protocol support a key selection criterion.
Read full entry →
API integration
The process of connecting different software applications via APIs to enable seamless data exchange and functionality. In Ethora it is the route to deeper customization — syncing user accounts with legacy systems, or building a custom frontend on top of Ethora's backend infrastructure.
Read full entry →
API Token
An API token is a secret string that clients include in API requests instead of a username and password. Tokens can be scoped to specific actions, rotated without changing account credentials, and revoked individually. In chat and AI platforms they come in two varieties: long-lived app tokens for server-to-server calls and short-lived user JWTs for client sessions.
Read full entry →
App (Application)
In Ethora, an App is an entity with one or more frontend components connected to a single backend context. Each App is an isolated server-side container with its own users, files, chats and data, managed by its owner through the Admin Panel or built on with Ethora's SDKs.
Read full entry →
App Owner
The user or organization that signs up for an Ethora account and maintains a project on the platform. App Owners have full administrative control through the Admin Panel — managing apps, configuring settings, viewing statistics, and granting team members granular access via ACL settings.
Read full entry →
Audit Log
An immutable, time-ordered record of who did what and when inside a system. Audit logs are a foundational requirement in HIPAA, SOC 2, ISO 27001 and PCI DSS: they give compliance teams evidence that access controls are enforced and let security teams reconstruct events after an incident. Most effective when stored outside the system they monitor, in write-once object storage.
Read full entry →