Skip to content

Integration-Out Overview

Nexent platform not only supports integrating external resources but also supports exporting or publishing platform-developed resources (Agents) for use by external systems, extending platform capabilities. Through export and publish, Nexent can seamlessly embed into your enterprise's overall IT architecture and collaborate with various business systems.

Overview

Nexent provides the following export and publish methods:

Resource TypeMethodDescriptionUse Case
AgentExport configurationExport Agent configuration in JSON/ZIP formatMigrate Agent to other Nexent environments
AgentNormal publishingProvide Northbound RESTful API after publishingDeep integration with business systems for workflow automation
AgentPublish as A2A AgentExpose Agent as A2A serviceCross-platform Agent collaboration, external systems calling via A2A protocol

Ecosystem Integration

Through A2A protocol and Northbound API, Nexent can deeply integrate with external systems:

  • Enterprise integration: Integrate with business systems like ERP, CRM
  • Workflow automation: Embed Agent capabilities into automated processes
  • Multi-Agent collaboration: Collaborate with Agents from other platforms

Process Overview

Agent Export Process

1. Select Agent ──► 2. Export configuration file ──► 3. Import to other Nexent deployment

Supports both JSON and ZIP formats. ZIP format contains complete configuration and resource files, suitable for full migration. For detailed steps, see Agent Export.

Agent Normal Publishing Process

1. Publish Agent version ──► 2. Generate API Key ──► 3. Call Northbound API ──► 4. Integrate with business system

Northbound API provides complete conversation management capabilities with streaming response and attachment upload support. For detailed steps, see Agent Publishing and Northbound API.

Agent Publish as A2A Process

1. Publish Agent version ──► 2. Check "Publish as A2A Agent" ──► 3. Get call info ──► 4. External system calls

After publishing, the Agent generates an Agent Card conforming to A2A 1.0 specification, which external systems can discover and call. For detailed steps, see Agent Publishing.

Capability Comparison

MethodInteraction ModeReal-timeProtocolUse Case
Export configurationOfflineNoneMigration, backup
Normal publishing (Northbound API)OnlineReal-time/streamingRESTful APIBusiness system integration
A2A publishingOnlineReal-timeA2A 1.0 (REST + JSON-RPC)Cross-platform Agent collaboration

Security Considerations

When exporting or publishing resources, pay attention to the following security matters:

ConsiderationDescriptionRecommendation
Sensitive infoExported configuration may contain API Keys and other sensitive infoCheck and handle appropriately before use
Access controlExposed APIs need authentication protectionOnly authorize trusted systems
Data securityExternal calls may access sensitive dataSet appropriate data permission policies
Audit trackingRecord API call logs for auditingEnable logging and monitoring

Next Steps

Based on your needs, select the corresponding guide: