---
title: "Get runtime config"
method: GET
path: "/config"
tags: ["Config"]
---

# Get runtime config

`GET /config`

Returns network info, chain id, contract addresses, supported features,
the current fee schedule, and links to docs and source repos. Designed
as the bootstrap call for SDKs (`@elata-biosciences/create-elata-demo`)
and AI agents so they don't hardcode addresses or chain ids.

## Response `200`

Runtime config.

- Config
  - `network` string
  - `chainId` integer
  - `contracts` object
  - `features` object
  - `feeSchedule` object
  - `docsUrl` string, uri
  - `repos` object

---

[API](https://skmtc.net/elata-biosciences/apis/elata-app-store-api.md) · [All operations](https://skmtc.net/elata-biosciences/apis/elata-app-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elata-biosciences/elata-app-store-api/revisions/55c111b65fc5/schema)
