Zero-config source connection
Connect to an active source
Discover live data sources, let ArcaQ infer the connector profile and labels, then activate the source for direct queries or MCP-driven autonomous agents — no manual configuration files.
- 1Discover
- 2Select
- 3Test
- 4Label
- 5Activate
1. Discover active sources
ArcaQ scans the environment, network, and configured registries for live sources. Choose a discovered candidate or paste an endpoint to auto-detect the connector type.
2. Review auto-detected configuration
Verify the inferred profile. ArcaQ pre-fills every field from discovery; you only confirm the source name.
3. Test connectivity & capabilities
ArcaQ reaches the source, validates auth, and lists available tools, schemas, or endpoints.
4. Automatic labeling
Based on the source preview and capabilities, ArcaQ proposes domain and governance tags. Toggle the ones to keep.
5. Source activated
GET /admin/api/connectors/discover # list discovered candidates (to implement)
GET /admin/api/connectors/agent-ready # already active MCP connectors
POST /admin/api/connectors/test # test MCP / SQL / S3 before save
POST /admin/connectors # create connector (form-encoded)
POST /admin/api/connectors/{id}/auto-label # suggest & apply labels (to implement)