# Y42 Public API Documentation > Documentation for Y42 Public API Append .md to any documentation page URL to get its markdown version. ## API Reference - [List spaces](https://y42-public-api.readme.io/reference/get_api-1-github-backend-org-slug.md): Returns a list of all accessible spaces in a company. - [Create a space](https://y42-public-api.readme.io/reference/post_api-1-github-backend-org-slug-space.md): Create a new space using a Y42 hosted git repository. - [Delete a space](https://y42-public-api.readme.io/reference/delete_api-1-github-backend-org-slug-space-slug.md): Deletes a space and all its data stored in Y42. The data in the linked DWH and storage bucket will not be deleted. - [Get a space](https://y42-public-api.readme.io/reference/get_api-1-github-backend-org-slug-space-slug.md): Retrieves space data for given org/space slugs - [Update DWH and storage bucket credentials](https://y42-public-api.readme.io/reference/patch_api-1-github-backend-org-slug-space-slug-credentials.md): Following are the requirements for this endpoint: BigQuery
         {           "credentials": {             "auth_provider_x509_cert_url": "string",             "auth_uri":…
- [Create a connection](https://y42-public-api.readme.io/reference/post_api-1-credential-org-slug-space-slug-connections.md): This will create a new connection in the space and return the connection details.
- [Trigger a run](https://y42-public-api.readme.io/reference/post_api-4-orchestrations-org-slug-space-slug.md): Triggers runs in a space based on a given dbt command or dbt ID.
- [Get by ID](https://y42-public-api.readme.io/reference/get_api-4-orchestrations-org-slug-space-slug-run.md): Retrieves run information based on given run ID.
- [Get multiple](https://y42-public-api.readme.io/reference/get_api-4-orchestrations-org-slug-space-slug-runs.md): Retrieves multiple runs in space based on given conditions.
- [Get latest jobs](https://y42-public-api.readme.io/reference/get_api-1-job-info-service-org-slug-space-slug-latest-jobs.md): Retrieves latest jobs for a given commit or branch.
- [Get a manifest](https://y42-public-api.readme.io/reference/get_api-1-dbt-org-slug-space-slug-manifest.md): Retrieves the dbt manifest in a space for a given commit and branch.