We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c956af4 commit f7e4b01Copy full SHA for f7e4b01
1 file changed
README.md
@@ -112,6 +112,20 @@ executor call executor openapi addSource '{
112
}'
113
```
114
115
+For an X data workflow, Xquik's public OpenAPI spec works the same way:
116
+
117
+```bash
118
+executor call executor openapi addSource '{
119
+ "spec": "https://xquik.com/openapi.json",
120
+ "namespace": "xquik",
121
+ "baseUrl": "https://xquik.com/api/v1"
122
+}'
123
+```
124
125
+Create a connection for the source in Executor and store the required `x-api-key`
126
+credential there, so agents can search X data and run Xquik tools through the
127
+shared catalog without copying credentials into each MCP client.
128
129
Use `baseUrl` when the OpenAPI document has relative `servers` entries (for
130
example `"/api/v3"`). Confirm it is live with `executor tools sources`.
131
0 commit comments