> For the complete documentation index, see [llms.txt](https://andrewkimjoseph.gitbook.io/celina-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andrewkimjoseph.gitbook.io/celina-sdk/api-reference/sdkconfig.md).

# SdkConfig

[**@andrewkimjoseph/celina-sdk**](/celina-sdk/api-reference/api-reference.md)

***

[@andrewkimjoseph/celina-sdk](/celina-sdk/api-reference/api-reference.md) / [index](https://github.com/andrewkimjoseph/celina-sdk/tree/main/docs/api-reference/index/README.md) / SdkConfig

## Interface: SdkConfig

Defined in: [src/config/sdk-config.ts:6](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L6)

RPC configuration for `createCelinaClient()`.

### Properties

#### amplitudeApiKey?

> `optional` **amplitudeApiKey?**: `string`

Defined in: [src/config/sdk-config.ts:18](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L18)

Override bundled Amplitude project API key.

***

#### analyticsDeviceId?

> `optional` **analyticsDeviceId?**: `string`

Defined in: [src/config/sdk-config.ts:24](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L24)

Amplitude `device_id`. When omitted, auto-detected from the consuming package `package.json` name (sanitized, e.g. `celeste_ai`, `andrewkimjoseph_celina_mcp`), then `celina-sdk`.

***

#### analyticsEnabled?

> `optional` **analyticsEnabled?**: `boolean`

Defined in: [src/config/sdk-config.ts:16](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L16)

Amplitude read telemetry (default on; opt out with `analyticsEnabled: false`).

***

#### analyticsWalletAddress?

> `optional` **analyticsWalletAddress?**: `string`

Defined in: [src/config/sdk-config.ts:29](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L29)

Default wallet for read telemetry `user_id` when args omit an address (e.g. MCP session signer with `CELO_PRIVATE_KEY`).

***

#### attributionTags?

> `optional` **attributionTags?**: `string`\[]

Defined in: [src/config/sdk-config.ts:38](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L38)

Optional custom calldata attribution tags for ERC-8021 Schema 0 codes after platform `celina` on prepared transaction steps (deduped, stable order).

App tags (e.g. `celeste_ai`) normalize to uppercase (`CELESTE_AI`) then lowercase codes. Celo Builders on-chain tags matching `celo_<12 hex>` canonicalize to lowercase (e.g. `celo_862c21dd97a7`). The literal tag `CELINA` is never duplicated.

***

#### ethRpcUrl?

> `optional` **ethRpcUrl?**: `string`

Defined in: [src/config/sdk-config.ts:10](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L10)

Ethereum mainnet RPC for ENS resolution (optional).

***

#### rpcUrl

> **rpcUrl**: `string`

Defined in: [src/config/sdk-config.ts:8](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L8)

Celo mainnet JSON-RPC URL (default Forno).

***

#### selfAgentPrivateKey?

> `optional` **selfAgentPrivateKey?**: `` `0x${string}` ``

Defined in: [src/config/sdk-config.ts:12](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L12)

Self Agent ID signing key (Node only; also reads `SELF_AGENT_PRIVATE_KEY`).

***

#### selfApiBase?

> `optional` **selfApiBase?**: `string`

Defined in: [src/config/sdk-config.ts:14](https://github.com/andrewkimjoseph/celina-sdk/blob/c35fe1db07a45a3cd14b2185df4abf2e6a2ec609/src/config/sdk-config.ts#L14)

Self Agent ID REST API base (default <https://app.ai.self.xyz>).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://andrewkimjoseph.gitbook.io/celina-sdk/api-reference/sdkconfig.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
