Home
DocumentationD

Documentation

This is doc description

Resources

mconnect.ai provides four types of resources—Data, Collection, Configuration, and Service—that serve as working memory for agents, enabling predictable interaction with your backend REST APIs.

Payload

A payload is the actual data or information that is sent in a request or response—like a message, configuration, or settings—usually in formats like JSON.

POST /api/employees/profile HTTP/1.1
Host: api.yourdomain.com
Content-Type: application/json
Authorization: Bearer <agent-token>

{
  "username": "jdoe"
}

Data

Stores simple yet dynamic API payload configurations that agents can use during execution.