mcp

POST /v1/mcp/connections

Create an MCP connection (Connect AI tool).

सर्व mcp एंडपॉइंट्स

प्रमाणीकरण

बेरर टोकन म्हणून API की पाठवा. की मध्ये mcp.manage परवानगी असणे आवश्यक आहे; ती नसलेली की 404 ऐवजी 403 सह नाकारली जाते.

जिथे तुमचा ऑर्गनायझेशन आयडी (organization id) जाईल

हा एंडपॉइंट JSON बॉडीमधील फील्ड म्हणून org_id घेतो.

तुमची संस्था आयडी (organisation id) तुमच्या डॅशबोर्डवरील API की स्क्रीनवर, की च्या बाजूला आहे. तुम्ही केलेल्या प्रत्येक कॉलमधील तोच आयडी असतो.

प्रयत्न करा

कोनसांस्कृतिक कंसात (<>) असलेली कोणतीही गोष्ट तुमच्या स्वतःच्या मूल्यांनी बदला आणि key प्लेसहोल्डरला तुमच्या डॅशबोर्डवरील किने बदला.

curl -X POST https://api.zinndigital.com/v1/mcp/connections \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string>, "scopes": <string[]> }'

साइन इन केलेले आहे? तुमच्या डॅशबोर्डमधील API कन्सोल तुमची खरी संस्था आयडी आणि तुमची स्वतःची की आपोआप भरतो आणि लाइव्ह API विरुद्ध विनंती कार्यान्वित करतो जेणेकरून तुम्हाला वास्तविक प्रतिसाद पाहता येईल. एपी कन्सोलमध्ये हा एंडपॉइंट उघडा

तपशील

Mints a per-tool MCP connection and returns the full `zmcp_…` token **once** (only its hash is stored) plus a paste-ready client config snippet. The requested `scopes` must be permissions the caller already holds in the target org — an unheld scope is a `403` (a connection can never out-scope its creator), an unknown one a `422`. An optional spend cap bounds AI-triggered paid actions. Requires `mcp.manage`.

विनंती मुख्य भाग

नावप्रकारआवश्यकहे काय आहे
namestringहोय
clientMcpClientनाहीThe AI client a connection is for (informational).
scopesstring[]होयRBAC permission keys to grant the token. Each must be a permission the caller holds in the target org (a connection can never out-scope its creator); an unheld scope is a `403`,…
sandboxbooleanनाही
org_idUuid | nullनाहीThe org the connection belongs to. Defaults to the caller's sole managed org.
spend_cap_minorinteger | nullनाहीOptional per-window paid-action budget (integer minor units). Null = no cap.
spend_currencyCurrencyCodeनाहीISO 4217 currency code (money is minor units + this code — CLAUDE.md §2.8).
spend_window_secondsintegerनाही

प्रतिसाद

नावप्रकारआवश्यकहे काय आहे
idUuidहोयUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringहोय
clientMcpClientहोयThe AI client a connection is for (informational).
prefixstringहोयThe token's public lookup prefix (not a secret).
scopesstring[]होयThe RBAC permission keys this connection's token may exercise.
sandboxbooleanहोय
spend_cap_minorinteger | nullनाहीOptional per-window budget (integer minor units, CLAUDE.md §2.8) for AI-triggered paid actions. Null = no cap.
spend_currencyCurrencyCodeनाहीISO 4217 currency code (money is minor units + this code — CLAUDE.md §2.8).
spend_window_secondsintegerहोयThe rolling window the spend cap applies over.
last_used_atstring | nullनाही
revoked_atstring | nullनाही
created_atstringहोय
tokenstringहोयThe full `zmcp_…` token, shown exactly once.
endpointstringहोयThe MCP protocol endpoint URL to configure in the AI client.
configobjectहोयA paste-ready MCP client config snippet embedding the endpoint + token.

ही एंडपॉइंट परत करू शकेल अशा त्रुटी

401 · 403 · 422 · 429