iai connectors create
Synopsis
iai connectors create <connector_name> [flags]Examples
iai connectors create github \
--catalog-id github --auth-type bearer --credential "$GITHUB_TOKEN"
iai connectors create my-server \
--endpoint-url https://mcp.example.com/mcp --auth-type none
iai connectors create github \
--endpoint-url https://api.githubcopilot.com/mcp \
--auth-type bearer --credential-stdin < token.txt
iai connectors create internal \
--endpoint-url https://mcp.internal/sse --transport sse \
--auth-type api_key --credential "$KEY" --header "X-Team=platform"Options
Options inherited from parent commands
SEE ALSO
Last updated
Was this helpful?

