curl --request POST \
--url https://api.beamstudio.ai/agent-tasks/execution/{taskId}/rejection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'current-workspace-id: <current-workspace-id>' \
--data '
{
"taskNodeId": "123e4567-e89b-12d3-a456-426614174000",
"taskId": "123e4567-e89b-12d3-a456-426614174001",
"userFeedback": [
"The email was sent successfully",
"Recipients confirmed receipt"
]
}
'{
"agentGraphId": "string",
"customId": "AGE-785",
"originalTaskQuery": "Extract order details from the email attachment",
"taskObjective": "Extract order details from the email attachment 'Bestellung Fraisa_1031277_20251024_1240.pdf', categorize the email, and process the order through the workflow to ensure successful order creation.",
"taskInstructions": "<string>",
"taskSuccessCriteria": "<string>",
"taskQuery": "<string>",
"taskSummary": "<string>",
"initiationDetail": {},
"manualRetryCount": 0,
"isSuccess": true,
"isViewed": true,
"startedAt": "2025-10-26T21:07:43.569Z",
"endedAt": "2025-10-26T21:07:43.569Z",
"mode": "AUTO",
"status": "QUEUED",
"averageEvaluationScore": 0,
"graphState": {},
"totalExecutionTime": 0,
"agentGraph": {
"agentId": "08b8ee61-49bb-4a96-a49a-8027aeb608d6",
"isActive": false,
"isDraft": true,
"isPublished": false,
"publishedAt": null,
"isEverExecuted": false,
"isEverUsedForTemplate": false,
"nodes": [
{
"evaluationCriteria": [
"A valid \"outlook_message_id\" was extracted.",
"The complete \"mail_content\" was successfully cleaned and extracted."
],
"toolConfiguration": {
"toolFunctionName": "<string>",
"outputParams": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"paramName": "email_id",
"agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
"dataType": "string",
"isArray": false,
"typeOptions": {
"enumValues": [
"a",
"b",
"c"
]
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T15:45:00Z",
"position": 1,
"paramDescription": "The unique identifier of the sent email message",
"parentId": "123e4567-e89b-12d3-a456-426614174001",
"paramPath": "response.data.email_id",
"outputExample": "msg_abc123xyz"
}
],
"inputParams": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"paramName": "recipient_email",
"position": 1,
"fillType": "ai_fill",
"agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T15:45:00Z",
"linkOutputParam": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"paramName": "email_id",
"agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
"dataType": "string",
"isArray": false,
"typeOptions": {
"enumValues": [
"a",
"b",
"c"
]
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T15:45:00Z",
"position": 1,
"paramDescription": "The unique identifier of the sent email message",
"parentId": "123e4567-e89b-12d3-a456-426614174001",
"paramPath": "response.data.email_id",
"outputExample": "msg_abc123xyz"
},
"question": "What email address should receive this notification?",
"linkParamOutputId": "123e4567-e89b-12d3-a456-426614174001",
"paramDescription": "The email address of the recipient who will receive the notification",
"staticValue": "[email protected]",
"required": true,
"dataType": "string",
"outputExample": "[email protected]",
"reloadProps": false,
"options": [
{
"label": "High Priority",
"value": "high"
},
{
"label": "Normal Priority",
"value": "normal"
}
]
}
],
"outputParamsData": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"inputParamsData": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"agentId": "<string>",
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"agentGraphNodes": "<array>",
"tool": {
"toolFunctionName": "<string>",
"toolName": "<string>",
"iconSrc": "<string>",
"type": "beam_tool",
"integrationId": "<string>",
"meta": {
"tool_name": "<string>",
"function_name": "<string>",
"requires_consent": true,
"requires_translation": true,
"description": "<string>",
"required_extracted_args": [
"<string>"
],
"content": "<string>",
"prompt": "<string>",
"type": "beam_tool",
"isActive": true,
"integration_provider_details": {
"request": {
"endpoint": "<string>",
"method": "<string>",
"query": [
"<string>"
],
"body": {},
"bypassTLS": true
},
"response": {}
},
"agent_category": {
"id": "<string>",
"title": "<string>"
},
"payload": "<string>",
"optional_extracted_args": [
"<string>"
],
"integrationIdentifier": "<string>",
"categories": [
"<string>"
],
"icon_src": "<string>",
"integration_provider_auth": "<string>",
"integration_provider_executor": "<string>",
"preferred_model": "<string>",
"integration_id": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"tool_category_id": "<string>",
"agent_categories": [
"<string>"
],
"required_generated_args": [
"<string>"
],
"optional_generated_args": [
"<string>"
],
"is_memory_tool": true,
"memory_lookup_instruction": "<string>",
"workspace_id": "<string>"
},
"requiresConsent": true,
"isBackgroundTool": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"isVisibleOnUi": true,
"outputId": "<string>",
"prompt": "<string>",
"output": "<unknown>",
"inputParams": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"isMemoryTool": true,
"embedding": "<string>",
"memoryLookupInstruction": "<string>",
"outputParams": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"description": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"agentId": "<string>",
"httpMethod": "post",
"url": "<string>",
"isAvailableToWorkspace": true,
"preferredModel": "<string>",
"shortDescription": "<string>",
"isSharable": true,
"systemIntegrationIdentifier": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"queryParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"bodyParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"type": "<string>",
"required": true
}
],
"urlParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z",
"toolConfigurations": "<array>",
"questions": [
{
"id": "<string>",
"question": "<string>",
"keywordInPrompt": "<string>",
"tools": "<array>"
}
],
"integration": {
"id": "<string>",
"type": "integration",
"provider": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"providers": [
{
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"actions": "<array>",
"name": "<string>",
"description": "<string>",
"systemIntegrationIdentifier": "<string>",
"integrationCategoryId": "<string>",
"iconSrc": "<string>",
"authType": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"customHeaders": {}
},
"toolConfiguration": "<unknown>"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"originalTool": {
"toolFunctionName": "<string>",
"toolName": "<string>",
"iconSrc": "<string>",
"type": "beam_tool",
"integrationId": "<string>",
"meta": {
"tool_name": "<string>",
"function_name": "<string>",
"requires_consent": true,
"requires_translation": true,
"description": "<string>",
"required_extracted_args": [
"<string>"
],
"content": "<string>",
"prompt": "<string>",
"type": "beam_tool",
"isActive": true,
"integration_provider_details": {
"request": {
"endpoint": "<string>",
"method": "<string>",
"query": [
"<string>"
],
"body": {},
"bypassTLS": true
},
"response": {}
},
"agent_category": {
"id": "<string>",
"title": "<string>"
},
"payload": "<string>",
"optional_extracted_args": [
"<string>"
],
"integrationIdentifier": "<string>",
"categories": [
"<string>"
],
"icon_src": "<string>",
"integration_provider_auth": "<string>",
"integration_provider_executor": "<string>",
"preferred_model": "<string>",
"integration_id": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"tool_category_id": "<string>",
"agent_categories": [
"<string>"
],
"required_generated_args": [
"<string>"
],
"optional_generated_args": [
"<string>"
],
"is_memory_tool": true,
"memory_lookup_instruction": "<string>",
"workspace_id": "<string>"
},
"requiresConsent": true,
"isBackgroundTool": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"isVisibleOnUi": true,
"outputId": "<string>",
"prompt": "<string>",
"output": {
"id": "<string>",
"name": "<string>",
"image": "<string>",
"tools": [
{
"toolFunctionName": "<string>",
"toolName": "<string>",
"iconSrc": "<string>",
"type": "beam_tool",
"integrationId": "<string>",
"meta": {
"tool_name": "<string>",
"function_name": "<string>",
"requires_consent": true,
"requires_translation": true,
"description": "<string>",
"required_extracted_args": [
"<string>"
],
"content": "<string>",
"prompt": "<string>",
"type": "beam_tool",
"isActive": true,
"integration_provider_details": {
"request": {
"endpoint": "<string>",
"method": "<string>",
"query": [
"<string>"
],
"body": {},
"bypassTLS": true
},
"response": {}
},
"agent_category": {
"id": "<string>",
"title": "<string>"
},
"payload": "<string>",
"optional_extracted_args": [
"<string>"
],
"integrationIdentifier": "<string>",
"categories": [
"<string>"
],
"icon_src": "<string>",
"integration_provider_auth": "<string>",
"integration_provider_executor": "<string>",
"preferred_model": "<string>",
"integration_id": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"tool_category_id": "<string>",
"agent_categories": [
"<string>"
],
"required_generated_args": [
"<string>"
],
"optional_generated_args": [
"<string>"
],
"is_memory_tool": true,
"memory_lookup_instruction": "<string>",
"workspace_id": "<string>"
},
"requiresConsent": true,
"isBackgroundTool": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"isVisibleOnUi": true,
"outputId": "<string>",
"prompt": "<string>",
"output": "<unknown>",
"inputParams": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"isMemoryTool": true,
"embedding": "<string>",
"memoryLookupInstruction": "<string>",
"outputParams": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"description": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"agentId": "<string>",
"httpMethod": "post",
"url": "<string>",
"isAvailableToWorkspace": true,
"preferredModel": "<string>",
"shortDescription": "<string>",
"isSharable": true,
"systemIntegrationIdentifier": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"queryParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"bodyParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"type": "<string>",
"required": true
}
],
"urlParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z",
"toolConfigurations": "<array>",
"questions": [
{
"id": "<string>",
"question": "<string>",
"keywordInPrompt": "<string>",
"tools": "<array>"
}
],
"integration": {
"id": "<string>",
"type": "integration",
"provider": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"providers": [
{
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"actions": "<array>",
"name": "<string>",
"description": "<string>",
"systemIntegrationIdentifier": "<string>",
"integrationCategoryId": "<string>",
"iconSrc": "<string>",
"authType": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"customHeaders": {}
},
"toolConfiguration": "<unknown>"
}
]
},
"inputParams": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"isMemoryTool": true,
"embedding": "<string>",
"memoryLookupInstruction": "<string>",
"outputParams": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"description": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"agentId": "<string>",
"httpMethod": "post",
"url": "<string>",
"isAvailableToWorkspace": true,
"preferredModel": "<string>",
"shortDescription": "<string>",
"isSharable": true,
"systemIntegrationIdentifier": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"queryParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"bodyParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"type": "<string>",
"required": true
}
],
"urlParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z",
"toolConfigurations": "<array>",
"questions": [
{
"id": "<string>",
"question": "<string>",
"keywordInPrompt": "<string>",
"tools": "<array>"
}
],
"integration": {
"id": "<string>",
"type": "integration",
"provider": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"providers": [
{
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"actions": "<array>",
"name": "<string>",
"description": "<string>",
"systemIntegrationIdentifier": "<string>",
"integrationCategoryId": "<string>",
"iconSrc": "<string>",
"authType": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"customHeaders": {}
},
"toolConfiguration": "<unknown>",
"isIntegrationRequired": false,
"isIntegrationConnected": false,
"integrationProvider": "<string>",
"integrationIdentifier": "<string>",
"integrationCustomAuthParameters": {}
},
"integrationProviderId": "<string>",
"requiresConsent": true,
"isBackgroundTool": true,
"isMemoryTool": true,
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"accuracyScore": 123,
"memoryLookupInstruction": "<string>",
"dynamicPropsId": "<string>",
"connection": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"deletedAt": "2023-11-07T05:31:56Z"
},
"objective": "S3",
"customId": "7f242fcb-c73e-4498-919e-6c8bc70a6829",
"isExitNode": false,
"isEntryNode": false,
"agentGraphId": "65e8ed44-9969-4fba-ba48-ce587ba90600",
"onError": "STOP",
"isEvaluationEnabled": false,
"autoRetry": false,
"autoRetryCount": 1,
"agentGraph": "<unknown>",
"parentEdges": [
{
"sourceAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174000",
"targetAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"parent": "<unknown>",
"child": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"condition": "output.status === \"success\"",
"name": "Success Path",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"childEdges": [
{
"sourceAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174000",
"targetAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"parent": "<unknown>",
"child": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"condition": "output.status === \"success\"",
"name": "Success Path",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"agentTaskNodes": [
{
"agentTaskId": "123e4567-e89b-12d3-a456-426614174000",
"agentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"status": "COMPLETED",
"userConsent": false,
"isEverConsentRequired": false,
"retryCount": 0,
"manualRetryCount": 0,
"evaluationScore": 1,
"userQuestions": [
{
"question": "What email address should be used for notifications?",
"answer": "[email protected]",
"parameter": "notification_email",
"memoryAnswer": true,
"foodForThought": [
{
"question": "Should this notification be sent immediately or scheduled?",
"answer": "Send immediately for urgent matters, schedule for regular updates"
}
]
}
],
"edgeEvaluations": [
{
"target_node_id": "123e4567-e89b-12d3-a456-426614174000",
"eval_criteria": "output.status === \"success\"",
"branch_name": "Success Path",
"reason": "The output status matches the success criteria, so this path was selected",
"selected": true
}
],
"toolData": {
"tool_id": "9f642662-020e-4285-86b2-37fe1052ef42",
"tool_parameters": [
{
"mail_id": "AAMkAGQw...",
"task_id": "80cd665e-..."
}
],
"tool_output": [
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]"
}
],
"required_parameters": {
"mail_id": "AAMkAGQw...",
"sender_mail": "[email protected]"
},
"optional_parameters": {
"task_id": "80cd665e-...",
"timestamp": "2025-10-24T10:43:05Z"
},
"reasoning": {
"mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
"task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
},
"filled_prompt": "<string>",
"skip_param_extraction": [
"internal_id",
"system_token"
],
"integration_identifier": "outlook",
"integration_error": false,
"execution_id": "exec_123e4567"
},
"input": [
{
"input_type": "TEXT",
"key": "task_query",
"value": {
"text": "Process this email and extract order details"
}
}
],
"output": {
"value": {
"from_mail": "[email protected]",
"buyer_mail": "[email protected]",
"beam_task_id": "AGE-785"
}
},
"nodeEvaluation": [
[
{
"name": "A valid \"outlook_message_id\" was extracted.",
"score": 1,
"success": true,
"objective": "Was the outlook_message_id correctly extracted?",
"reasoning": "The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data.",
"evaluationCategory": "satisfactory",
"evaluationReasoning": "The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction.",
"improvementSuggestions": "No improvements needed for the outlook_message_id extraction as it was performed correctly."
}
]
],
"agentTask": "<unknown>",
"agentGraphNode": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userFeedback": "<string>",
"expectedOutput": "<string>",
"rating": "positive",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"agentToolConfigurationId": "e53a5d0b-d265-4829-98be-981c2df852ff",
"xCoordinate": -143.47619047619042,
"yCoordinate": 219.06349206349194,
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"tasks": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"agentTaskNotifications": [
{
"agentId": "string",
"agentTaskId": "string",
"isRead": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"agentTask": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"taskContext": {},
"userFeedback": "<string>",
"rating": "positive",
"taskState": {},
"agentTaskNodes": [
{
"agentTaskId": "123e4567-e89b-12d3-a456-426614174000",
"agentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"status": "COMPLETED",
"userConsent": false,
"isEverConsentRequired": false,
"retryCount": 0,
"manualRetryCount": 0,
"evaluationScore": 1,
"userQuestions": [
{
"question": "What email address should be used for notifications?",
"answer": "[email protected]",
"parameter": "notification_email",
"memoryAnswer": true,
"foodForThought": [
{
"question": "Should this notification be sent immediately or scheduled?",
"answer": "Send immediately for urgent matters, schedule for regular updates"
}
]
}
],
"edgeEvaluations": [
{
"target_node_id": "123e4567-e89b-12d3-a456-426614174000",
"eval_criteria": "output.status === \"success\"",
"branch_name": "Success Path",
"reason": "The output status matches the success criteria, so this path was selected",
"selected": true
}
],
"toolData": {
"tool_id": "9f642662-020e-4285-86b2-37fe1052ef42",
"tool_parameters": [
{
"mail_id": "AAMkAGQw...",
"task_id": "80cd665e-..."
}
],
"tool_output": [
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]"
}
],
"required_parameters": {
"mail_id": "AAMkAGQw...",
"sender_mail": "[email protected]"
},
"optional_parameters": {
"task_id": "80cd665e-...",
"timestamp": "2025-10-24T10:43:05Z"
},
"reasoning": {
"mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
"task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
},
"filled_prompt": "<string>",
"skip_param_extraction": [
"internal_id",
"system_token"
],
"integration_identifier": "outlook",
"integration_error": false,
"execution_id": "exec_123e4567"
},
"input": [
{
"input_type": "TEXT",
"key": "task_query",
"value": {
"text": "Process this email and extract order details"
}
}
],
"output": {
"value": {
"from_mail": "[email protected]",
"buyer_mail": "[email protected]",
"beam_task_id": "AGE-785"
}
},
"nodeEvaluation": [
[
{
"name": "A valid \"outlook_message_id\" was extracted.",
"score": 1,
"success": true,
"objective": "Was the outlook_message_id correctly extracted?",
"reasoning": "The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data.",
"evaluationCategory": "satisfactory",
"evaluationReasoning": "The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction.",
"improvementSuggestions": "No improvements needed for the outlook_message_id extraction as it was performed correctly."
}
]
],
"agentTask": "<unknown>",
"agentGraphNode": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userFeedback": "<string>",
"expectedOutput": "<string>",
"rating": "positive",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"contextFiles": [
{
"name": "product_catalog.pdf",
"userId": "string",
"uploadStatus": "processing",
"uploadSource": "file_upload",
"isForAgentDatabase": true,
"agentId": "string",
"mimeType": "application/pdf",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"src": "string",
"fileKey": "string",
"taskId": "string",
"agentTaskId": "string",
"url": "string",
"datasourceConnectionId": "string",
"externalFileId": "string",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}Reject a task execution that requires user consent. The task will be marked as rejected and stop execution.
curl --request POST \
--url https://api.beamstudio.ai/agent-tasks/execution/{taskId}/rejection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'current-workspace-id: <current-workspace-id>' \
--data '
{
"taskNodeId": "123e4567-e89b-12d3-a456-426614174000",
"taskId": "123e4567-e89b-12d3-a456-426614174001",
"userFeedback": [
"The email was sent successfully",
"Recipients confirmed receipt"
]
}
'{
"agentGraphId": "string",
"customId": "AGE-785",
"originalTaskQuery": "Extract order details from the email attachment",
"taskObjective": "Extract order details from the email attachment 'Bestellung Fraisa_1031277_20251024_1240.pdf', categorize the email, and process the order through the workflow to ensure successful order creation.",
"taskInstructions": "<string>",
"taskSuccessCriteria": "<string>",
"taskQuery": "<string>",
"taskSummary": "<string>",
"initiationDetail": {},
"manualRetryCount": 0,
"isSuccess": true,
"isViewed": true,
"startedAt": "2025-10-26T21:07:43.569Z",
"endedAt": "2025-10-26T21:07:43.569Z",
"mode": "AUTO",
"status": "QUEUED",
"averageEvaluationScore": 0,
"graphState": {},
"totalExecutionTime": 0,
"agentGraph": {
"agentId": "08b8ee61-49bb-4a96-a49a-8027aeb608d6",
"isActive": false,
"isDraft": true,
"isPublished": false,
"publishedAt": null,
"isEverExecuted": false,
"isEverUsedForTemplate": false,
"nodes": [
{
"evaluationCriteria": [
"A valid \"outlook_message_id\" was extracted.",
"The complete \"mail_content\" was successfully cleaned and extracted."
],
"toolConfiguration": {
"toolFunctionName": "<string>",
"outputParams": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"paramName": "email_id",
"agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
"dataType": "string",
"isArray": false,
"typeOptions": {
"enumValues": [
"a",
"b",
"c"
]
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T15:45:00Z",
"position": 1,
"paramDescription": "The unique identifier of the sent email message",
"parentId": "123e4567-e89b-12d3-a456-426614174001",
"paramPath": "response.data.email_id",
"outputExample": "msg_abc123xyz"
}
],
"inputParams": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"paramName": "recipient_email",
"position": 1,
"fillType": "ai_fill",
"agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T15:45:00Z",
"linkOutputParam": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"paramName": "email_id",
"agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
"dataType": "string",
"isArray": false,
"typeOptions": {
"enumValues": [
"a",
"b",
"c"
]
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-20T15:45:00Z",
"position": 1,
"paramDescription": "The unique identifier of the sent email message",
"parentId": "123e4567-e89b-12d3-a456-426614174001",
"paramPath": "response.data.email_id",
"outputExample": "msg_abc123xyz"
},
"question": "What email address should receive this notification?",
"linkParamOutputId": "123e4567-e89b-12d3-a456-426614174001",
"paramDescription": "The email address of the recipient who will receive the notification",
"staticValue": "[email protected]",
"required": true,
"dataType": "string",
"outputExample": "[email protected]",
"reloadProps": false,
"options": [
{
"label": "High Priority",
"value": "high"
},
{
"label": "Normal Priority",
"value": "normal"
}
]
}
],
"outputParamsData": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"inputParamsData": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"agentId": "<string>",
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"agentGraphNodes": "<array>",
"tool": {
"toolFunctionName": "<string>",
"toolName": "<string>",
"iconSrc": "<string>",
"type": "beam_tool",
"integrationId": "<string>",
"meta": {
"tool_name": "<string>",
"function_name": "<string>",
"requires_consent": true,
"requires_translation": true,
"description": "<string>",
"required_extracted_args": [
"<string>"
],
"content": "<string>",
"prompt": "<string>",
"type": "beam_tool",
"isActive": true,
"integration_provider_details": {
"request": {
"endpoint": "<string>",
"method": "<string>",
"query": [
"<string>"
],
"body": {},
"bypassTLS": true
},
"response": {}
},
"agent_category": {
"id": "<string>",
"title": "<string>"
},
"payload": "<string>",
"optional_extracted_args": [
"<string>"
],
"integrationIdentifier": "<string>",
"categories": [
"<string>"
],
"icon_src": "<string>",
"integration_provider_auth": "<string>",
"integration_provider_executor": "<string>",
"preferred_model": "<string>",
"integration_id": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"tool_category_id": "<string>",
"agent_categories": [
"<string>"
],
"required_generated_args": [
"<string>"
],
"optional_generated_args": [
"<string>"
],
"is_memory_tool": true,
"memory_lookup_instruction": "<string>",
"workspace_id": "<string>"
},
"requiresConsent": true,
"isBackgroundTool": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"isVisibleOnUi": true,
"outputId": "<string>",
"prompt": "<string>",
"output": "<unknown>",
"inputParams": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"isMemoryTool": true,
"embedding": "<string>",
"memoryLookupInstruction": "<string>",
"outputParams": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"description": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"agentId": "<string>",
"httpMethod": "post",
"url": "<string>",
"isAvailableToWorkspace": true,
"preferredModel": "<string>",
"shortDescription": "<string>",
"isSharable": true,
"systemIntegrationIdentifier": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"queryParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"bodyParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"type": "<string>",
"required": true
}
],
"urlParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z",
"toolConfigurations": "<array>",
"questions": [
{
"id": "<string>",
"question": "<string>",
"keywordInPrompt": "<string>",
"tools": "<array>"
}
],
"integration": {
"id": "<string>",
"type": "integration",
"provider": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"providers": [
{
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"actions": "<array>",
"name": "<string>",
"description": "<string>",
"systemIntegrationIdentifier": "<string>",
"integrationCategoryId": "<string>",
"iconSrc": "<string>",
"authType": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"customHeaders": {}
},
"toolConfiguration": "<unknown>"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"originalTool": {
"toolFunctionName": "<string>",
"toolName": "<string>",
"iconSrc": "<string>",
"type": "beam_tool",
"integrationId": "<string>",
"meta": {
"tool_name": "<string>",
"function_name": "<string>",
"requires_consent": true,
"requires_translation": true,
"description": "<string>",
"required_extracted_args": [
"<string>"
],
"content": "<string>",
"prompt": "<string>",
"type": "beam_tool",
"isActive": true,
"integration_provider_details": {
"request": {
"endpoint": "<string>",
"method": "<string>",
"query": [
"<string>"
],
"body": {},
"bypassTLS": true
},
"response": {}
},
"agent_category": {
"id": "<string>",
"title": "<string>"
},
"payload": "<string>",
"optional_extracted_args": [
"<string>"
],
"integrationIdentifier": "<string>",
"categories": [
"<string>"
],
"icon_src": "<string>",
"integration_provider_auth": "<string>",
"integration_provider_executor": "<string>",
"preferred_model": "<string>",
"integration_id": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"tool_category_id": "<string>",
"agent_categories": [
"<string>"
],
"required_generated_args": [
"<string>"
],
"optional_generated_args": [
"<string>"
],
"is_memory_tool": true,
"memory_lookup_instruction": "<string>",
"workspace_id": "<string>"
},
"requiresConsent": true,
"isBackgroundTool": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"isVisibleOnUi": true,
"outputId": "<string>",
"prompt": "<string>",
"output": {
"id": "<string>",
"name": "<string>",
"image": "<string>",
"tools": [
{
"toolFunctionName": "<string>",
"toolName": "<string>",
"iconSrc": "<string>",
"type": "beam_tool",
"integrationId": "<string>",
"meta": {
"tool_name": "<string>",
"function_name": "<string>",
"requires_consent": true,
"requires_translation": true,
"description": "<string>",
"required_extracted_args": [
"<string>"
],
"content": "<string>",
"prompt": "<string>",
"type": "beam_tool",
"isActive": true,
"integration_provider_details": {
"request": {
"endpoint": "<string>",
"method": "<string>",
"query": [
"<string>"
],
"body": {},
"bypassTLS": true
},
"response": {}
},
"agent_category": {
"id": "<string>",
"title": "<string>"
},
"payload": "<string>",
"optional_extracted_args": [
"<string>"
],
"integrationIdentifier": "<string>",
"categories": [
"<string>"
],
"icon_src": "<string>",
"integration_provider_auth": "<string>",
"integration_provider_executor": "<string>",
"preferred_model": "<string>",
"integration_id": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"tool_category_id": "<string>",
"agent_categories": [
"<string>"
],
"required_generated_args": [
"<string>"
],
"optional_generated_args": [
"<string>"
],
"is_memory_tool": true,
"memory_lookup_instruction": "<string>",
"workspace_id": "<string>"
},
"requiresConsent": true,
"isBackgroundTool": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"isVisibleOnUi": true,
"outputId": "<string>",
"prompt": "<string>",
"output": "<unknown>",
"inputParams": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"isMemoryTool": true,
"embedding": "<string>",
"memoryLookupInstruction": "<string>",
"outputParams": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"description": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"agentId": "<string>",
"httpMethod": "post",
"url": "<string>",
"isAvailableToWorkspace": true,
"preferredModel": "<string>",
"shortDescription": "<string>",
"isSharable": true,
"systemIntegrationIdentifier": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"queryParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"bodyParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"type": "<string>",
"required": true
}
],
"urlParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z",
"toolConfigurations": "<array>",
"questions": [
{
"id": "<string>",
"question": "<string>",
"keywordInPrompt": "<string>",
"tools": "<array>"
}
],
"integration": {
"id": "<string>",
"type": "integration",
"provider": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"providers": [
{
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"actions": "<array>",
"name": "<string>",
"description": "<string>",
"systemIntegrationIdentifier": "<string>",
"integrationCategoryId": "<string>",
"iconSrc": "<string>",
"authType": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"customHeaders": {}
},
"toolConfiguration": "<unknown>"
}
]
},
"inputParams": [
{
"paramName": "<string>",
"fillType": "ai_fill",
"position": 123,
"question": "<string>",
"linkParams": {
"toolId": "<string>",
"toolFunctionName": "<string>",
"outputParam": "<string>",
"outputId": "<string>"
},
"linkParamOutputId": "<string>",
"paramDescription": "<string>",
"staticValue": "<string>",
"required": true,
"dataType": "string",
"isArray": false,
"typeOptions": {},
"outputExample": "<string>",
"reloadProps": true,
"options": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"isMemoryTool": true,
"embedding": "<string>",
"memoryLookupInstruction": "<string>",
"outputParams": [
{
"position": 123,
"paramName": "<string>",
"paramDescription": "<string>",
"id": "<string>",
"agentToolConfigurationId": "<string>",
"dataType": "string",
"isArray": true,
"typeOptions": {},
"parentId": "<string>",
"paramPath": "<string>",
"outputExample": "<string>"
}
],
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"description": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"agentId": "<string>",
"httpMethod": "post",
"url": "<string>",
"isAvailableToWorkspace": true,
"preferredModel": "<string>",
"shortDescription": "<string>",
"isSharable": true,
"systemIntegrationIdentifier": "<string>",
"apiKeyType": "<string>",
"parameter": "<string>",
"queryParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"bodyParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"type": "<string>",
"required": true
}
],
"urlParams": [
{
"key": "<string>",
"parameterHint": "<string>",
"required": true,
"type": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z",
"toolConfigurations": "<array>",
"questions": [
{
"id": "<string>",
"question": "<string>",
"keywordInPrompt": "<string>",
"tools": "<array>"
}
],
"integration": {
"id": "<string>",
"type": "integration",
"provider": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"providers": [
{
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"actions": "<array>",
"name": "<string>",
"description": "<string>",
"systemIntegrationIdentifier": "<string>",
"integrationCategoryId": "<string>",
"iconSrc": "<string>",
"authType": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"customHeaders": {}
},
"toolConfiguration": "<unknown>",
"isIntegrationRequired": false,
"isIntegrationConnected": false,
"integrationProvider": "<string>",
"integrationIdentifier": "<string>",
"integrationCustomAuthParameters": {}
},
"integrationProviderId": "<string>",
"requiresConsent": true,
"isBackgroundTool": true,
"isMemoryTool": true,
"isBatchExecutionEnabled": true,
"isCodeExecutionEnabled": true,
"accuracyScore": 123,
"memoryLookupInstruction": "<string>",
"dynamicPropsId": "<string>",
"connection": {
"userId": "<string>",
"credentialId": "<string>",
"connectionName": "<string>",
"integration": "<string>",
"status": "<string>",
"isOAuth2": true,
"provider": "custom",
"workspace": "<string>",
"tokenExpiresIn": 123,
"credentials": {},
"agentTrigger": [
{
"title": "<string>",
"frequency": "<string>",
"agentId": "<string>",
"integrationProviderId": "<string>",
"toBeExecutedAt": "<string>",
"lastExecutedAt": "<string>",
"prompt": "<string>",
"timezone": "<string>",
"isActive": true,
"onlyOnce": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"integrationProvider": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationData": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"userDefinedFrequency": "<string>",
"userDefinedFrequencyValue": 123,
"userDefinedFrequencyDateTime": "<string>",
"configuration": {
"beamAction": "GmailFetchEmails",
"hasAttachment": true,
"shouldTriggerOnReply": true,
"integrationIdentifier": "github",
"name": "<string>",
"filters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"globalFilters": [
{
"operator": "AND",
"conditions": [
{
"condition": "is",
"operator": "AND",
"property": "<string>",
"value": "<string>"
}
]
}
],
"beamActionTitle": "<string>",
"shouldTriggerOnReplyEmailConfig": {
"emails": [
"<string>"
],
"condition": "is"
}
},
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"providerIdentity": {
"name": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"systemIntegrationIdentifier": "<string>",
"systemIntegrationProvider": "<string>",
"customAuthParameters": {},
"category": "<string>",
"icon": "<string>",
"syncModels": {},
"isPublished": true,
"attributes": {},
"status": "<string>",
"authType": "<string>",
"integrationCategory": {
"title": "<string>",
"integrations": "<array>",
"customIntegrations": [
{
"authType": "basic",
"userId": "<string>",
"integrationCategoryId": "<string>",
"workspaceId": "<string>",
"provider": {
"id": "<string>",
"integrationId": "<string>",
"credentialId": "<string>"
},
"integrationCategory": "<unknown>",
"customIntegrationTools": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"grantType": "<string>",
"systemIntegrationIdentifier": "<string>",
"iconSrc": "<string>",
"privacyPolicyUrl": "<string>",
"authenticationMeta": {
"clientId": "<string>",
"clientSecret": "<string>",
"authorizationUrl": "<string>",
"accessTokenUrl": "<string>",
"refreshTokenUrl": "<string>",
"scopes": [
"<string>"
],
"apiKeyType": "default",
"grantType": "client_credentials",
"parameter": "<string>",
"clientAuthentication": "headers",
"customOAuthUrl": "<string>"
},
"bypassSslVerification": true,
"customHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"provider": "<unknown>",
"actions": "<array>",
"toolsView": "<array>",
"id": "<string>",
"integrationCategoryId": "<string>"
},
"integrationIdentity": "<unknown>",
"creator": {
"name": "string",
"email": "string",
"cognitoUserId": "string",
"role_name": "string",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"avatarSrc": "string",
"socialProvider": "string",
"socialProviderId": "string",
"emailVerified": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"integrationId": "<string>",
"agentToolConfigurations": "<array>",
"deletedAt": "2023-11-07T05:31:56Z"
},
"deletedAt": "2023-11-07T05:31:56Z"
},
"objective": "S3",
"customId": "7f242fcb-c73e-4498-919e-6c8bc70a6829",
"isExitNode": false,
"isEntryNode": false,
"agentGraphId": "65e8ed44-9969-4fba-ba48-ce587ba90600",
"onError": "STOP",
"isEvaluationEnabled": false,
"autoRetry": false,
"autoRetryCount": 1,
"agentGraph": "<unknown>",
"parentEdges": [
{
"sourceAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174000",
"targetAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"parent": "<unknown>",
"child": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"condition": "output.status === \"success\"",
"name": "Success Path",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"childEdges": [
{
"sourceAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174000",
"targetAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"parent": "<unknown>",
"child": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"condition": "output.status === \"success\"",
"name": "Success Path",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"agentTaskNodes": [
{
"agentTaskId": "123e4567-e89b-12d3-a456-426614174000",
"agentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"status": "COMPLETED",
"userConsent": false,
"isEverConsentRequired": false,
"retryCount": 0,
"manualRetryCount": 0,
"evaluationScore": 1,
"userQuestions": [
{
"question": "What email address should be used for notifications?",
"answer": "[email protected]",
"parameter": "notification_email",
"memoryAnswer": true,
"foodForThought": [
{
"question": "Should this notification be sent immediately or scheduled?",
"answer": "Send immediately for urgent matters, schedule for regular updates"
}
]
}
],
"edgeEvaluations": [
{
"target_node_id": "123e4567-e89b-12d3-a456-426614174000",
"eval_criteria": "output.status === \"success\"",
"branch_name": "Success Path",
"reason": "The output status matches the success criteria, so this path was selected",
"selected": true
}
],
"toolData": {
"tool_id": "9f642662-020e-4285-86b2-37fe1052ef42",
"tool_parameters": [
{
"mail_id": "AAMkAGQw...",
"task_id": "80cd665e-..."
}
],
"tool_output": [
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]"
}
],
"required_parameters": {
"mail_id": "AAMkAGQw...",
"sender_mail": "[email protected]"
},
"optional_parameters": {
"task_id": "80cd665e-...",
"timestamp": "2025-10-24T10:43:05Z"
},
"reasoning": {
"mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
"task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
},
"filled_prompt": "<string>",
"skip_param_extraction": [
"internal_id",
"system_token"
],
"integration_identifier": "outlook",
"integration_error": false,
"execution_id": "exec_123e4567"
},
"input": [
{
"input_type": "TEXT",
"key": "task_query",
"value": {
"text": "Process this email and extract order details"
}
}
],
"output": {
"value": {
"from_mail": "[email protected]",
"buyer_mail": "[email protected]",
"beam_task_id": "AGE-785"
}
},
"nodeEvaluation": [
[
{
"name": "A valid \"outlook_message_id\" was extracted.",
"score": 1,
"success": true,
"objective": "Was the outlook_message_id correctly extracted?",
"reasoning": "The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data.",
"evaluationCategory": "satisfactory",
"evaluationReasoning": "The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction.",
"improvementSuggestions": "No improvements needed for the outlook_message_id extraction as it was performed correctly."
}
]
],
"agentTask": "<unknown>",
"agentGraphNode": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userFeedback": "<string>",
"expectedOutput": "<string>",
"rating": "positive",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"agentToolConfigurationId": "e53a5d0b-d265-4829-98be-981c2df852ff",
"xCoordinate": -143.47619047619042,
"yCoordinate": 219.06349206349194,
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"tasks": "<array>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"agentTaskNotifications": [
{
"agentId": "string",
"agentTaskId": "string",
"isRead": true,
"agent": {
"name": "Customer Support Agent",
"creatorId": "123e4567-e89b-12d3-a456-426614174001",
"type": "beam-os",
"vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
"category": {
"title": "Customer Support",
"publish": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "This agent handles customer inquiries, support tickets, and provides automated responses",
"workspaceId": "123e4567-e89b-12d3-a456-426614174000",
"defaultTaskId": "task_template_001",
"themeIconUrl": "https://example.com/icons/agent-icon.png",
"agentCategoryId": "cat_customer_service",
"userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
"agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
"agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
"agentSetupMessage": "Let's configure your agent to handle customer support tasks",
"skipAgentSetupSop": true,
"deletedAt": "2023-11-07T05:31:56Z"
},
"agentTask": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"taskContext": {},
"userFeedback": "<string>",
"rating": "positive",
"taskState": {},
"agentTaskNodes": [
{
"agentTaskId": "123e4567-e89b-12d3-a456-426614174000",
"agentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
"status": "COMPLETED",
"userConsent": false,
"isEverConsentRequired": false,
"retryCount": 0,
"manualRetryCount": 0,
"evaluationScore": 1,
"userQuestions": [
{
"question": "What email address should be used for notifications?",
"answer": "[email protected]",
"parameter": "notification_email",
"memoryAnswer": true,
"foodForThought": [
{
"question": "Should this notification be sent immediately or scheduled?",
"answer": "Send immediately for urgent matters, schedule for regular updates"
}
]
}
],
"edgeEvaluations": [
{
"target_node_id": "123e4567-e89b-12d3-a456-426614174000",
"eval_criteria": "output.status === \"success\"",
"branch_name": "Success Path",
"reason": "The output status matches the success criteria, so this path was selected",
"selected": true
}
],
"toolData": {
"tool_id": "9f642662-020e-4285-86b2-37fe1052ef42",
"tool_parameters": [
{
"mail_id": "AAMkAGQw...",
"task_id": "80cd665e-..."
}
],
"tool_output": [
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]"
}
],
"required_parameters": {
"mail_id": "AAMkAGQw...",
"sender_mail": "[email protected]"
},
"optional_parameters": {
"task_id": "80cd665e-...",
"timestamp": "2025-10-24T10:43:05Z"
},
"reasoning": {
"mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
"task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
},
"filled_prompt": "<string>",
"skip_param_extraction": [
"internal_id",
"system_token"
],
"integration_identifier": "outlook",
"integration_error": false,
"execution_id": "exec_123e4567"
},
"input": [
{
"input_type": "TEXT",
"key": "task_query",
"value": {
"text": "Process this email and extract order details"
}
}
],
"output": {
"value": {
"from_mail": "[email protected]",
"buyer_mail": "[email protected]",
"beam_task_id": "AGE-785"
}
},
"nodeEvaluation": [
[
{
"name": "A valid \"outlook_message_id\" was extracted.",
"score": 1,
"success": true,
"objective": "Was the outlook_message_id correctly extracted?",
"reasoning": "The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data.",
"evaluationCategory": "satisfactory",
"evaluationReasoning": "The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction.",
"improvementSuggestions": "No improvements needed for the outlook_message_id extraction as it was performed correctly."
}
]
],
"agentTask": "<unknown>",
"agentGraphNode": "<unknown>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userFeedback": "<string>",
"expectedOutput": "<string>",
"rating": "positive",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"contextFiles": [
{
"name": "product_catalog.pdf",
"userId": "string",
"uploadStatus": "processing",
"uploadSource": "file_upload",
"isForAgentDatabase": true,
"agentId": "string",
"mimeType": "application/pdf",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"src": "string",
"fileKey": "string",
"taskId": "string",
"agentTaskId": "string",
"url": "string",
"datasourceConnectionId": "string",
"externalFileId": "string",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"deletedAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the task execution to retry
"123e4567-e89b-12d3-a456-426614174000"
The unique identifier of the task node
"123e4567-e89b-12d3-a456-426614174000"
The unique identifier of the task
"123e4567-e89b-12d3-a456-426614174001"
Array of user feedback messages
[
"The email was sent successfully",
"Recipients confirmed receipt"
]Task rejection recorded successfully
The unique identifier of the agent graph definition used to execute this task
"string"
Custom human-readable identifier for this task, often displayed to users
"AGE-785"
The original query or prompt that initiated this task before any processing
"Extract order details from the email attachment"
The main objective or goal that this task is trying to achieve
"Extract order details from the email attachment 'Bestellung Fraisa_1031277_20251024_1240.pdf', categorize the email, and process the order through the workflow to ensure successful order creation."
Detailed instructions for how the agent should execute this task
Criteria that define what constitutes successful completion of this task
The processed task query after any transformations or enhancements
A concise summary of the task and its outcome
Details about how this task was initiated (manual, scheduled, triggered, etc.)
Number of times the user has manually requested a retry of this task
0
Indicates whether the task completed successfully according to its success criteria
true
Indicates whether the user has viewed this task in the UI
true
Timestamp when the task execution started
"2025-10-26T21:07:43.569Z"
Timestamp when the task execution completed (successfully or with failure)
"2025-10-26T21:07:43.569Z"
The execution mode of the task (automatic vs manual step-by-step)
AUTO "AUTO"
Current execution status of the task
QUEUED, IN_PROGRESS, COMPLETED, FAILED, USER_INPUT_REQUIRED, USER_CONSENT_REQUIRED, STOPPED, AUTHENTICATION_REQUIRED "QUEUED"
Average evaluation score across all task nodes in this execution
0
State data specific to the graph execution and node traversal
Total time taken to execute this task in milliseconds
0
The agent graph definition that was used to execute this task
Show child attributes
The unique identifier of the agent that owns this workflow graph
"08b8ee61-49bb-4a96-a49a-8027aeb608d6"
Indicates whether this graph is currently active and can be used for task execution
false
Indicates whether this graph is in draft mode and still being edited
true
Indicates whether this graph has been published and is available for use
false
Timestamp when this graph was published, null if never published
null
Indicates whether this graph has ever been executed in a task
false
Indicates whether this graph has ever been used as a template for creating other graphs
false
Array of workflow nodes that make up this graph, defining the execution flow
Show child attributes
Array of evaluation criteria used to assess the quality of this node's execution
[
"A valid \"outlook_message_id\" was extracted.",
"The complete \"mail_content\" was successfully cleaned and extracted."
]The tool configuration that defines what action this node performs
Show child attributes
Show child attributes
The unique identifier for this output parameter configuration
"123e4567-e89b-12d3-a456-426614174000"
The name of the output parameter as defined in the tool response schema
"email_id"
The unique identifier of the agent tool configuration this output parameter belongs to
"123e4567-e89b-12d3-a456-426614174000"
The data type of this output parameter (e.g., string, number, boolean, object, array)
string, number, boolean, object, enum "string"
Indicates whether this output parameter is an array of values rather than a single value
false
Additional type-specific configuration options for this output parameter (e.g., validation rules, formatting options)
{ "enumValues": ["a", "b", "c"] }Timestamp when this output parameter configuration was created
"2024-01-15T10:30:00Z"
Timestamp when this output parameter configuration was last updated
"2024-01-20T15:45:00Z"
The position or order of this parameter in the tool output structure
1
A human-readable description of what this output parameter represents and how it should be used
"The unique identifier of the sent email message"
The unique identifier of the parent parameter if this is a nested output parameter (for object or array types)
"123e4567-e89b-12d3-a456-426614174001"
The dot-notation path to this parameter in the tool output structure (e.g., "response.data.email_id")
"response.data.email_id"
An example value for this output parameter to illustrate the expected format and content
"msg_abc123xyz"
Show child attributes
The unique identifier for this input parameter configuration
"123e4567-e89b-12d3-a456-426614174000"
The name of the input parameter as expected by the tool or API being called
"recipient_email"
The position or order of this parameter in the tool input structure
1
Defines how this parameter value should be populated (AI_FILL: filled by AI, USER_INPUT: requires user input, STATIC: uses a fixed value, LINK_OUTPUT: links to output from previous step)
ai_fill, static, user_fill, from_memory, linked "ai_fill"
The unique identifier of the agent tool configuration this input parameter belongs to
"123e4567-e89b-12d3-a456-426614174000"
Timestamp when this input parameter configuration was created
"2024-01-15T10:30:00Z"
Timestamp when this input parameter configuration was last updated
"2024-01-20T15:45:00Z"
The linked output parameter from a previous tool execution that provides the value for this input parameter. This is populated when fillType is LINK_OUTPUT and contains the full output parameter configuration.
Show child attributes
The unique identifier for this output parameter configuration
"123e4567-e89b-12d3-a456-426614174000"
The name of the output parameter as defined in the tool response schema
"email_id"
The unique identifier of the agent tool configuration this output parameter belongs to
"123e4567-e89b-12d3-a456-426614174000"
The data type of this output parameter (e.g., string, number, boolean, object, array)
string, number, boolean, object, enum "string"
Indicates whether this output parameter is an array of values rather than a single value
false
Additional type-specific configuration options for this output parameter (e.g., validation rules, formatting options)
{ "enumValues": ["a", "b", "c"] }Timestamp when this output parameter configuration was created
"2024-01-15T10:30:00Z"
Timestamp when this output parameter configuration was last updated
"2024-01-20T15:45:00Z"
The position or order of this parameter in the tool output structure
1
A human-readable description of what this output parameter represents and how it should be used
"The unique identifier of the sent email message"
The unique identifier of the parent parameter if this is a nested output parameter (for object or array types)
"123e4567-e89b-12d3-a456-426614174001"
The dot-notation path to this parameter in the tool output structure (e.g., "response.data.email_id")
"response.data.email_id"
An example value for this output parameter to illustrate the expected format and content
"msg_abc123xyz"
The question to ask the user when this parameter requires user input (only used when fillType is USER_INPUT)
"What email address should receive this notification?"
The unique identifier of the output parameter from a previous tool execution to link as the value for this input (only used when fillType is LINK_OUTPUT)
"123e4567-e89b-12d3-a456-426614174001"
A human-readable description of what this input parameter is for and how it will be used by the tool
"The email address of the recipient who will receive the notification"
A static value to always use for this parameter (only used when fillType is STATIC)
Indicates whether this parameter must be provided for the tool to execute successfully
true
The expected data type for this input parameter (e.g., string, number, boolean, object, array)
"string"
An example value for this input parameter to illustrate the expected format and content
Indicates whether the options for this parameter should be dynamically reloaded based on previous tool outputs
false
Predefined options for this parameter when it should be selected from a limited set of choices (e.g., dropdown values)
[
{ "label": "High Priority", "value": "high" },
{
"label": "Normal Priority",
"value": "normal"
}
]Show child attributes
string, number, boolean, object, enum Show child attributes
ai_fill, static, user_fill, from_memory, linked Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
beam_tool, gpt_tool, custom_gpt_tool, custom_integration_tool Show child attributes
beam_tool, gpt_tool, custom_gpt_tool, custom_integration_tool Show child attributes
Show child attributes
Show child attributes
ai_fill, static, user_fill, from_memory, linked Show child attributes
Show child attributes
string, number, boolean, object, enum post, get, delete, patch, put Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
integration, custom_integration Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
is, is_not Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
is, is_not Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
beam_tool, gpt_tool, custom_gpt_tool, custom_integration_tool Show child attributes
beam_tool, gpt_tool, custom_gpt_tool, custom_integration_tool Show child attributes
Show child attributes
Show child attributes
Show child attributes
beam_tool, gpt_tool, custom_gpt_tool, custom_integration_tool Show child attributes
beam_tool, gpt_tool, custom_gpt_tool, custom_integration_tool Show child attributes
Show child attributes
Show child attributes
ai_fill, static, user_fill, from_memory, linked Show child attributes
Show child attributes
string, number, boolean, object, enum post, get, delete, patch, put Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
integration, custom_integration Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
is, is_not Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
is, is_not Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
ai_fill, static, user_fill, from_memory, linked Show child attributes
Show child attributes
string, number, boolean, object, enum post, get, delete, patch, put Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
integration, custom_integration Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
is, is_not Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
is, is_not Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
custom, nango, nango_cloud, pipedream, none Show child attributes
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
Show child attributes
GmailFetchEmails, GetSlackChannelMessages, Timer, GoogleDriveUpdates, OutlookFetchEmails, GithubFetchPullRequests github, google-mail, google-drive, microsoft-outlook, slack Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
AND, OR Show child attributes
is, is_not, contain, does_not_contain, any, all, less_than, GREATER_than, count, exist, does_not_exist AND, OR Show child attributes
Show child attributes
Show child attributes
basic, token, oauth, none Show child attributes
Show child attributes
default, bearer, header, query client_credentials, authorization_code headers, body Show child attributes
The full name of the user
"string"
The unique email address of the user
"string"
The unique identifier from AWS Cognito for this user
"string"
The role assigned to this user within the system
"string"
URL or path to the user's avatar image
"string"
The social authentication provider used by the user (e.g., Google, GitHub)
"string"
The user's unique identifier from the social authentication provider
"string"
Indicates whether the user has verified their email address
true
Human-readable description of what this node is meant to accomplish in the workflow
"S3"
Custom identifier for this node, useful for referencing in workflows
"7f242fcb-c73e-4498-919e-6c8bc70a6829"
Indicates whether this is an exit/terminal node in the workflow graph
false
Indicates whether this is an entry/starting node in the workflow graph
false
The unique identifier of the parent agent graph that contains this node
"65e8ed44-9969-4fba-ba48-ce587ba90600"
Defines the behavior when this node encounters an error during execution
CONTINUE, STOP "STOP"
Indicates whether automatic evaluation is enabled for this node after execution
false
Indicates whether this node should automatically retry on failure
false
The number of automatic retry attempts to make if this node fails
1
The parent agent graph that contains this node
Array of edges leading into this node from parent nodes
Show child attributes
The unique identifier of the source node where this edge originates
"123e4567-e89b-12d3-a456-426614174000"
The unique identifier of the target node where this edge leads to
"123e4567-e89b-12d3-a456-426614174001"
The source graph node where this edge originates
The target graph node where this edge leads to
Conditional expression that determines when this edge should be followed
"output.status === \"success\""
Human-readable name for this edge/path
"Success Path"
Array of edges leading out from this node to child nodes
Show child attributes
The unique identifier of the source node where this edge originates
"123e4567-e89b-12d3-a456-426614174000"
The unique identifier of the target node where this edge leads to
"123e4567-e89b-12d3-a456-426614174001"
The source graph node where this edge originates
The target graph node where this edge leads to
Conditional expression that determines when this edge should be followed
"output.status === \"success\""
Human-readable name for this edge/path
"Success Path"
Array of task node instances that have executed using this graph node definition
Show child attributes
The unique identifier of the parent agent task that this node belongs to
"123e4567-e89b-12d3-a456-426614174000"
The unique identifier of the graph node definition that this task node is executing
"123e4567-e89b-12d3-a456-426614174001"
Current execution status of this task node
QUEUED, IN_PROGRESS, USER_INPUT_REQUIRED, COMPLETED, USER_CONSENT_REQUIRED, FAILED "COMPLETED"
Indicates whether the user has provided consent for this node to execute
false
Indicates whether this node has ever required user consent during any execution attempt
false
Number of automatic retry attempts made for this node execution
0
Number of manual retry attempts initiated by the user for this node
0
Overall evaluation score for this node execution, typically ranging from 0 to 1
1
Array of questions that require user input to proceed with task execution
Show child attributes
The question or prompt that the agent needs answered to proceed with the task step
"What email address should be used for notifications?"
The user's answer to the agent's question
The parameter name that this answer maps to in the agent's execution context
"notification_email"
Indicates whether this answer should be saved to the agent's memory for future reference
true
Additional context or suggestions provided to help the user answer the question
Show child attributes
A suggested question that might help the user think about their answer
"Should this notification be sent immediately or scheduled?"
A suggested answer or example response to guide the user
"Send immediately for urgent matters, schedule for regular updates"
Array of edge evaluations determining which path to take in the workflow graph
Show child attributes
The unique identifier of the target graph node that this edge leads to
"123e4567-e89b-12d3-a456-426614174000"
The evaluation criteria or condition that determines whether this edge should be followed
"output.status === \"success\""
Human-readable name for this workflow branch or path
"Success Path"
Detailed reasoning explaining why this edge was or was not selected
"The output status matches the success criteria, so this path was selected"
Boolean indicating whether this edge was selected for execution in the workflow
true
Complete tool execution data including parameters, outputs, and reasoning
Show child attributes
The unique identifier of the tool that was executed in this task node
"9f642662-020e-4285-86b2-37fe1052ef42"
The parameters that were passed to the tool for execution, can be a single object or array of parameter objects
[
{
"mail_id": "AAMkAGQw...",
"task_id": "80cd665e-..."
}
]Array of output objects returned by the tool after execution
[
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]"
}
]Object containing the required parameters that were extracted and used for tool execution
{
"mail_id": "AAMkAGQw...",
"sender_mail": "[email protected]"
}Object containing optional parameters that were provided for tool execution
{
"task_id": "80cd665e-...",
"timestamp": "2025-10-24T10:43:05Z"
}AI-generated reasoning explaining how each parameter value was determined from the context
{
"mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
"task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
}The complete prompt that was sent to the AI model with all context and parameters filled in
Array of parameter names that should be skipped during automatic parameter extraction
["internal_id", "system_token"]The system identifier of the integration used for this tool execution
"outlook"
Indicates whether an error occurred during integration authentication or connection
false
Unique identifier for this specific tool execution instance
"exec_123e4567"
Array of input data provided to this task node for execution
Show child attributes
The type of input data being provided to the task node
"TEXT"
The unique key identifier for this input parameter
"task_query"
Output generated by this task node after execution
Show child attributes
The output value produced by the task node execution, can contain any structured data
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]",
"beam_task_id": "AGE-785"
}Show child attributes
Name or title of the evaluation criterion being assessed
"A valid \"outlook_message_id\" was extracted."
Numerical score for this evaluation criterion, typically 0 for fail or 1 for pass
1
Boolean indicating whether this evaluation criterion was successfully met
true
The objective or goal that this evaluation is measuring
"Was the outlook_message_id correctly extracted?"
Detailed reasoning explaining why this evaluation passed or failed
"The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data."
Category classification for this evaluation result
"satisfactory"
Additional reasoning specific to the evaluation category
"The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction."
Suggestions for how to improve the execution if the evaluation was not satisfactory
"No improvements needed for the outlook_message_id extraction as it was performed correctly."
The parent agent task that contains this node
The graph node definition that specifies the configuration for this task node
User-provided feedback about the execution or output of this task node
The expected output that should have been produced by this task node
User rating for the quality of this task node execution
positive, negative The unique identifier of the tool configuration used by this graph node
"e53a5d0b-d265-4829-98be-981c2df852ff"
X-axis coordinate for visual positioning of this node in the graph editor
-143.47619047619042
Y-axis coordinate for visual positioning of this node in the graph editor
219.06349206349194
The agent that owns and uses this workflow graph
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
Array of task executions that have been performed using this graph
Array of notifications generated for this task
Show child attributes
The unique identifier of the agent that this notification is associated with
"string"
The unique identifier of the agent task that triggered this notification
"string"
Indicates whether the user has read this notification
true
The agent that this notification belongs to
Show child attributes
The display name of the agent
"Customer Support Agent"
The user ID who created this agent
"123e4567-e89b-12d3-a456-426614174001"
The type of agent (beam-os, user-agent, or pre-configured-agent)
beam-os, user-agent, pre-configured-agent "beam-os"
The vector database ID used for this agent's knowledge base
"123e4567-e89b-12d3-a456-426614174002"
Show child attributes
The name or title of this agent category
"Customer Support"
Indicates whether this category is published and visible to users
true
A detailed description of what this agent does and its capabilities
"This agent handles customer inquiries, support tickets, and provides automated responses"
The workspace ID this agent belongs to
"123e4567-e89b-12d3-a456-426614174000"
The default task template ID to use when starting new tasks with this agent
"task_template_001"
URL to the agent's icon or avatar image
"https://example.com/icons/agent-icon.png"
The category ID this agent belongs to for organization and filtering
"cat_customer_service"
The user access token ID for authentication in agent operations
"123e4567-e89b-12d3-a456-426614174003"
The setup session ID used during agent configuration
"123e4567-e89b-12d3-a456-426614174004"
The introductory message displayed when users first interact with this agent
"Hello! I'm your customer support assistant. How can I help you today?"
The message displayed during agent setup to guide users through configuration
"Let's configure your agent to handle customer support tasks"
The agent task that triggered this notification
Additional context data that provides background information for task execution
User-provided feedback about the overall task execution
User rating for the overall quality of task execution
positive, negative "positive"
Current execution state tracking the progress through workflow stages
Array of individual task node executions that make up this task
Show child attributes
The unique identifier of the parent agent task that this node belongs to
"123e4567-e89b-12d3-a456-426614174000"
The unique identifier of the graph node definition that this task node is executing
"123e4567-e89b-12d3-a456-426614174001"
Current execution status of this task node
QUEUED, IN_PROGRESS, USER_INPUT_REQUIRED, COMPLETED, USER_CONSENT_REQUIRED, FAILED "COMPLETED"
Indicates whether the user has provided consent for this node to execute
false
Indicates whether this node has ever required user consent during any execution attempt
false
Number of automatic retry attempts made for this node execution
0
Number of manual retry attempts initiated by the user for this node
0
Overall evaluation score for this node execution, typically ranging from 0 to 1
1
Array of questions that require user input to proceed with task execution
Show child attributes
The question or prompt that the agent needs answered to proceed with the task step
"What email address should be used for notifications?"
The user's answer to the agent's question
The parameter name that this answer maps to in the agent's execution context
"notification_email"
Indicates whether this answer should be saved to the agent's memory for future reference
true
Additional context or suggestions provided to help the user answer the question
Show child attributes
A suggested question that might help the user think about their answer
"Should this notification be sent immediately or scheduled?"
A suggested answer or example response to guide the user
"Send immediately for urgent matters, schedule for regular updates"
Array of edge evaluations determining which path to take in the workflow graph
Show child attributes
The unique identifier of the target graph node that this edge leads to
"123e4567-e89b-12d3-a456-426614174000"
The evaluation criteria or condition that determines whether this edge should be followed
"output.status === \"success\""
Human-readable name for this workflow branch or path
"Success Path"
Detailed reasoning explaining why this edge was or was not selected
"The output status matches the success criteria, so this path was selected"
Boolean indicating whether this edge was selected for execution in the workflow
true
Complete tool execution data including parameters, outputs, and reasoning
Show child attributes
The unique identifier of the tool that was executed in this task node
"9f642662-020e-4285-86b2-37fe1052ef42"
The parameters that were passed to the tool for execution, can be a single object or array of parameter objects
[
{
"mail_id": "AAMkAGQw...",
"task_id": "80cd665e-..."
}
]Array of output objects returned by the tool after execution
[
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]"
}
]Object containing the required parameters that were extracted and used for tool execution
{
"mail_id": "AAMkAGQw...",
"sender_mail": "[email protected]"
}Object containing optional parameters that were provided for tool execution
{
"task_id": "80cd665e-...",
"timestamp": "2025-10-24T10:43:05Z"
}AI-generated reasoning explaining how each parameter value was determined from the context
{
"mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
"task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
}The complete prompt that was sent to the AI model with all context and parameters filled in
Array of parameter names that should be skipped during automatic parameter extraction
["internal_id", "system_token"]The system identifier of the integration used for this tool execution
"outlook"
Indicates whether an error occurred during integration authentication or connection
false
Unique identifier for this specific tool execution instance
"exec_123e4567"
Array of input data provided to this task node for execution
Show child attributes
The type of input data being provided to the task node
"TEXT"
The unique key identifier for this input parameter
"task_query"
Output generated by this task node after execution
Show child attributes
The output value produced by the task node execution, can contain any structured data
{
"from_mail": "[email protected]",
"buyer_mail": "[email protected]",
"beam_task_id": "AGE-785"
}Show child attributes
Name or title of the evaluation criterion being assessed
"A valid \"outlook_message_id\" was extracted."
Numerical score for this evaluation criterion, typically 0 for fail or 1 for pass
1
Boolean indicating whether this evaluation criterion was successfully met
true
The objective or goal that this evaluation is measuring
"Was the outlook_message_id correctly extracted?"
Detailed reasoning explaining why this evaluation passed or failed
"The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data."
Category classification for this evaluation result
"satisfactory"
Additional reasoning specific to the evaluation category
"The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction."
Suggestions for how to improve the execution if the evaluation was not satisfactory
"No improvements needed for the outlook_message_id extraction as it was performed correctly."
The parent agent task that contains this node
The graph node definition that specifies the configuration for this task node
User-provided feedback about the execution or output of this task node
The expected output that should have been produced by this task node
User rating for the quality of this task node execution
positive, negative Array of files that were provided as context for this task execution
Show child attributes
The name of the uploaded file or text snippet
"product_catalog.pdf"
The unique identifier of the user who uploaded this file
"string"
Current processing status of the file upload
processing, uploaded, failed "processing"
The source or method used to upload this file
file_upload, text_snippet, url_upload "file_upload"
Indicates whether this file should be indexed in the agent's knowledge database
true
The unique identifier of the agent that this file is associated with
"string"
The MIME type of the file indicating its format
"application/pdf"
The public URL or path where this file can be accessed
"string"
The storage key used to retrieve this file from the file storage system (e.g., S3 key)
"string"
Legacy task identifier, if this file is associated with an older task
"string"
The unique identifier of the agent task that this file is providing context for
"string"
The original URL if this file was uploaded from a web source
"string"
Identifier for the datasource connection if this file comes from an external data source
"string"
The external file identifier if this file is stored in an external system
"string"