You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
/** Required URL of the remote origin server. Must be a valid \`https\` URL. */
27
8
url: z.string().url()
28
-
.describe(`Required base URL of the externally hosted origin API server. Must be a valid \`https\` URL.
9
+
.describe(`Required URL of the externally hosted origin server. Must be a valid \`https\` URL.
29
10
30
11
NOTE: Agentic currently only supports \`external\` API servers. If you'd like to host your API or MCP server on Agentic's infrastructure, please reach out to support@agentic.so.`)
31
-
32
-
// TODO: Add support for `internal` hosted API servers
0 commit comments