Skip to content

Commit f7e4b01

Browse files
committed
docs: add Xquik OpenAPI source example
1 parent c956af4 commit f7e4b01

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,20 @@ executor call executor openapi addSource '{
112112
}'
113113
```
114114

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+
115129
Use `baseUrl` when the OpenAPI document has relative `servers` entries (for
116130
example `"/api/v3"`). Confirm it is live with `executor tools sources`.
117131

0 commit comments

Comments
 (0)