# API Standards and Governance

## API Design Dexterity

Conektto's API design studio has pre-built API standards that enable Product Managers and Developers to focus only on the API schema design while linting is done automatically.

The following are various standards supported by Conektto's design studio:

|                    |                            |                         |
| ------------------ | -------------------------- | ----------------------- |
| Pascal Case        | Info-title                 | Parameters              |
| Snake Case         | API Description            | Attributes / Models     |
| Kebab Case         | Version                    | Operations              |
| Camel Case         | Examples                   | References / Components |
| Schema Name        | Data types                 | Path                    |
| Schema description | Standard Data types        | Tags                    |
|                    | Array and Array of Objects | Required / Optional     |

## API Design Governance

Conektto's API design studio has pre-built  governance that enable consumability, programmability and operability of APIs. At "Publish", Conektto's API linter scans across the design, flags and validates any non conformance.

|                                        |                                     |                            |
| -------------------------------------- | ----------------------------------- | -------------------------- |
| Security Scheme                        | GET, PUT, POST, DELETE, PATCH, HEAD | Success Responses 200, 201 |
| Object relations for Data Provider API | Request and Response structure      | Error Responses 4xx, 5xx   |
| Path and Query parameters              | Header and Form data                | No Status codes            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.conektto.io/product-guides/api-standards-and-governance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
