How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cosmo Tech solution API

Solution Management

Cosmo Tech solution API is one of 7 APIs that Cosmo Tech publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Solution. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 27 operations across 13 paths, and defines 19 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0-SNAPSHOT.

Requests are made against a single base URL, http://localhost:8080.

27 operations 13 paths 19 schemas 5 DELETE11 GET6 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0-SNAPSHOT
Base URL
https://dev.api.cosmotech.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Cosmo Tech solution API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oAuth2AuthCode) using the authorizationCode flow. By default, every request must be authenticated.

  • oAuth2AuthCode — OAuth2 authentication

Paths & Operations 27

Across 13 paths, the API surfaces 27 operations — 5 DELETE, 11 GET, 6 PATCH, 5 POST. Each is listed below with its method, path, parameters, and response codes.

solution 27

Solution Management

POST
/organizations/{organization_id}/solutions
Create a new solution
createSolution 1 param body → 201400
GET
/organizations/{organization_id}/solutions
List all Solutions
listSolutions 3 params → 200
GET
/organizations/{organization_id}/solutions/{solution_id}
Get the details of a solution
getSolution 2 params → 200404
PATCH
/organizations/{organization_id}/solutions/{solution_id}
Update a solution
updateSolution 2 params body → 200400404
DELETE
/organizations/{organization_id}/solutions/{solution_id}
Delete a solution
deleteSolution 2 params → 204404
GET
/organizations/{organization_id}/solutions/{solution_id}/parameters
List all solution parameters
listSolutionParameters 2 params → 200400404
POST
/organizations/{organization_id}/solutions/{solution_id}/parameters
Create solution parameter for a solution
createSolutionParameter 2 params body → 200400404
GET
/organizations/{organization_id}/solutions/{solution_id}/parameters/{parameter_id}
Get the details of a solution parameter
getSolutionParameter 3 params → 200400404
PATCH
/organizations/{organization_id}/solutions/{solution_id}/parameters/{parameter_id}
Update solution parameter
updateSolutionParameter 3 params body → 201400404
DELETE
/organizations/{organization_id}/solutions/{solution_id}/parameters/{parameter_id}
Delete specific parameter from the solution
deleteSolutionParameter 3 params → 204404
POST
/organizations/{organization_id}/solutions/{solution_id}/parameterGroups
Create a solution parameter group
createSolutionParameterGroup 2 params body → 201400404
GET
/organizations/{organization_id}/solutions/{solution_id}/parameterGroups
List all solution parameter groups
listSolutionParameterGroups 2 params → 200404
PATCH
/organizations/{organization_id}/solutions/{solution_id}/parameterGroups/{parameter_group_id}
Update a solution parameter group
updateSolutionParameterGroup 3 params body → 200400404
GET
/organizations/{organization_id}/solutions/{solution_id}/parameterGroups/{parameter_group_id}
Get details of a solution parameter group
getSolutionParameterGroup 3 params → 200404
DELETE
/organizations/{organization_id}/solutions/{solution_id}/parameterGroups/{parameter_group_id}
Delete a parameter group from the solution
deleteSolutionParameterGroup 3 params → 204404
GET
/organizations/{organization_id}/solutions/{solution_id}/runTemplates
List all solution run templates
listRunTemplates 2 params → 200404
POST
/organizations/{organization_id}/solutions/{solution_id}/runTemplates
Create a solution run template
createSolutionRunTemplate 2 params body → 201400404
GET
/organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id}
Retrieve a solution run templates
getRunTemplate 3 params → 200404
PATCH
/organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id}
Update a specific run template
updateSolutionRunTemplate 3 params body → 200400404
DELETE
/organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id}
Delete a specific run template
deleteSolutionRunTemplate 3 params → 204404
GET
/organizations/{organization_id}/solutions/{solution_id}/security
Get solution security information
getSolutionSecurity 2 params → 200404
PATCH
/organizations/{organization_id}/solutions/{solution_id}/security/default
Update solution default security
updateSolutionDefaultSecurity 2 params body → 200404
GET
/organizations/{organization_id}/solutions/{solution_id}/security/users
List solution security users
listSolutionSecurityUsers 2 params → 200404
POST
/organizations/{organization_id}/solutions/{solution_id}/security/access
Create solution access control
createSolutionAccessControl 2 params body → 201404
GET
/organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id}
Get solution access control
getSolutionAccessControl 3 params → 200404
PATCH
/organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id}
Update solution access control
updateSolutionAccessControl 3 params body → 200404
DELETE
/organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id}
Delete solution access control
deleteSolutionAccessControl 3 params → 204404

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are Solution (17 properties), SolutionCreateRequest (12 properties), SolutionUpdateRequest (11 properties), RunTemplate (9 properties). Each schema is shown below with its type and property counts.

SolutionRole
object
The Solution Role
1 property 1 required
SolutionSecurity
object
The Solution security information
2 properties 2 required
SolutionCreateRequest
object
Request object for creating a new solution
12 properties 4 required
RunTemplateParameter
object
A Run Template Parameter
8 properties 2 required
Solution
object
A version of a Solution
17 properties 12 required
RunTemplateUpdateRequest
object
A Solution Run Template Create Request
8 properties
SolutionUpdateRequest
object
Request object for updating a solution
11 properties
RunTemplateParameterUpdateRequest
object
A Run Template Parameter for update parameter
7 properties
SolutionEditInfo
object
2 properties 2 required
RunTemplateResourceSizing
object
A description object for resource requests and limits Values must follow the Kubernetes resource requirements/limits syntax: See https://kubernetes.io/docs/con…
2 properties 2 required
ResourceSizeInfo
object
Define CPUs and memory needs. Values must follow the Kubernetes resource requirements/limits syntax: See https://kubernetes.io/docs/concepts/configuration/mana…
2 properties 2 required
RunTemplateParameterGroupCreateRequest
object
A Parameter Group Create Request for a Run Template
5 properties 1 required
RunTemplateParameterGroupUpdateRequest
object
A Parameter Group Update Request for a Run Template
4 properties
TranslatedLabels
object
A translated label with key as ISO 639-1 code
RunTemplateCreateRequest
object
A Solution Run Template Create Request
9 properties 1 required
RunTemplateParameterCreateRequest
object
A Run Template Parameter for creation
8 properties 2 required
RunTemplate
object
A Solution Run Template
9 properties 2 required
RunTemplateParameterGroup
object
A Parameter Group for a Run Template
5 properties 2 required
SolutionAccessControl
object
A Solution access control item
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cosmo-tech-solution-api-openapi.yml Raw ↑

Other APIs Cosmo Tech publishes across the network.

Cosmo Tech dataset API
Cosmo Tech meta API
Cosmo Tech organization API
Cosmo Tech run API
Cosmo Tech runner API
Cosmo Tech workspace API
Where this information came from

This is an independent, third-party profile of Cosmo Tech solution API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.