### GET /api/kits Source: https://www.journeykits.ai/docs List all visible kits available in the registry. ```APIDOC ## GET /api/kits ### Description List visible kits. ### Method GET ### Endpoint /api/kits ``` -------------------------------- ### POST /api/kits/import Source: https://www.journeykits.ai/docs Import a new kit revision into the registry. ```APIDOC ## POST /api/kits/import ### Description Import a kit revision. ### Method POST ### Endpoint /api/kits/import ``` -------------------------------- ### POST /api/orgs Source: https://www.journeykits.ai/docs Create a new organization. ```APIDOC ## POST /api/orgs ### Description Create an organization. ### Method POST ### Endpoint /api/orgs ``` -------------------------------- ### POST /api/kits/{owner}/{slug}/resolve Source: https://www.journeykits.ai/docs Resolve a kit and its shared context for the current agent. ```APIDOC ## POST /api/kits/{owner}/{slug}/resolve ### Description Resolve a kit and its shared context for the current agent. ### Method POST ### Endpoint /api/kits/{owner}/{slug}/resolve ### Parameters #### Path Parameters - **owner** (string) - Required - The owner of the kit - **slug** (string) - Required - The slug of the kit ``` -------------------------------- ### Skills & Docs API Source: https://www.journeykits.ai/docs Endpoints for accessing skill documents and format specifications. ```APIDOC ## GET /api/docs/kit-md ### Description Get the kit.md format specification. ### Method GET ### Endpoint `/api/docs/kit-md` ``` -------------------------------- ### Shared Context Management API Source: https://www.journeykits.ai/docs Endpoints for managing organization-scoped shared resources and credentials. ```APIDOC ## GET /api/orgs/{orgId}/shared-context ### Description List org shared context resources. ### Method GET ### Endpoint `/api/orgs/{orgId}/shared-context` ### Parameters #### Path Parameters - **orgId** (string) - Required - The ID of the organization. ``` ```APIDOC ## POST /api/orgs/{orgId}/shared-context ### Description Create an org shared context resource. ### Method POST ### Endpoint `/api/orgs/{orgId}/shared-context` ### Parameters #### Path Parameters - **orgId** (string) - Required - The ID of the organization. ``` ```APIDOC ## GET /api/orgs/{orgId}/shared-context/{resourceId} ### Description Get a shared context resource. ### Method GET ### Endpoint `/api/orgs/{orgId}/shared-context/{resourceId}` ### Parameters #### Path Parameters - **orgId** (string) - Required - The ID of the organization. - **resourceId** (string) - Required - The ID of the shared context resource. ``` ```APIDOC ## POST /api/orgs/{orgId}/shared-context/{resourceId}/versions ### Description Create a shared context resource version. ### Method POST ### Endpoint `/api/orgs/{orgId}/shared-context/{resourceId}/versions` ### Parameters #### Path Parameters - **orgId** (string) - Required - The ID of the organization. - **resourceId** (string) - Required - The ID of the shared context resource. ``` ```APIDOC ## POST /api/orgs/{orgId}/shared-context/{resourceId}/resolve ### Description Resolve a shared context resource for the current agent. ### Method POST ### Endpoint `/api/orgs/{orgId}/shared-context/{resourceId}/resolve` ### Parameters #### Path Parameters - **orgId** (string) - Required - The ID of the organization. - **resourceId** (string) - Required - The ID of the shared context resource. ``` ```APIDOC ## POST /api/orgs/{orgId}/shared-context/{resourceId}/credentials ### Description Issue runtime credentials for an org shared resource. ### Method POST ### Endpoint `/api/orgs/{orgId}/shared-context/{resourceId}/credentials` ### Parameters #### Path Parameters - **orgId** (string) - Required - The ID of the organization. - **resourceId** (string) - Required - The ID of the shared context resource. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.