{
  "info": {
    "name": "Dailybot — mcp.ai",
    "description": "REST API for the Dailybot MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/dailybot",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "dailybot_create_checkin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/checkin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "checkin"
          ]
        },
        "description": "Tool to create a check-in based on a template in DailyBot. Use when you need to set up a new recurring check-in (like daily standups, weekly syncs) for a team. The check-in can be scheduled with custo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"active\": false,\n  \"end_on\": \"\",\n  \"start_on\": \"\",\n  \"template\": \"\",\n  \"frequency\": 0,\n  \"is_anonymous\": false,\n  \"can_be_edited\": false,\n  \"is_trigger_based\": false,\n  \"frequency_on_days\": \"\",\n  \"reporting_metadata\": \"\",\n  \"custom_trigger_time\": \"\",\n  \"reminders_max_count\": 0,\n  \"custom_template_intro\": \"\",\n  \"custom_template_outro\": \"\",\n  \"allow_edit_permissions\": \"\",\n  \"send_reports_one_by_one\": false,\n  \"reminders_frequency_time\": 0,\n  \"use_user_defined_work_days\": false,\n  \"reminders_trigger_condition\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dailybot_find_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/find/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "find",
            "user"
          ]
        },
        "description": "This tool allows you to find and retrieve information about a specific user in DailyBot. It uses the provided user_uuid to lookup the user and returns detailed information including the user's uuid, f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dailybot_find_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/find/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "find",
            "workflow"
          ]
        },
        "description": "Fetches one page of workflows from DailyBot, optionally filtered by name. DailyBot exposes HATEOAS pagination on `/v1/workflows/`: each response carries a `next` field that is the full URL of the next",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"workflow_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dailybot_get_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users"
          ]
        },
        "description": "Retrieves a paginated list of all users within the authenticated organization from DailyBot. This action requires no input parameters and returns comprehensive user information including: - User ident",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dailybot_give_kudos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/give/kudos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "give",
            "kudos"
          ]
        },
        "description": "This tool allows giving kudos to one or multiple users in DailyBot. Kudos can be given either on behalf of DailyBot or the API key owner.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"content\": \"\",\n  \"receivers\": \"\",\n  \"by_dailybot\": false,\n  \"is_anonymous\": false,\n  \"company_value\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dailybot_send_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "message"
          ]
        },
        "description": "This tool allows sending a message through DailyBot to either specific users or channels/rooms. The message can include markdown formatting.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"buttons\": \"\",\n  \"message\": \"\",\n  \"image_url\": \"\",\n  \"target_teams\": \"\",\n  \"target_users\": \"\",\n  \"exchange_token\": \"\",\n  \"target_channels\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}