openapi.json that powers this reference. They use Authorization: Bearer $TX_AGENT_KIT_TOKEN and default to https://api.tx-agent-kit.dev.
TypeScript
https://api.tx-agent-kit.dev. Pass baseUrl to the client constructor to target a different tx-agent-kit API environment.
See Authentication, Get started, the organizations API reference, or the OpenAPI document.
Python
The Python SDK is published to PyPI astx-agent-kit-sdk and is currently in preview. The generated client uses the same bearer-token authentication model as the TypeScript SDK and defaults to https://api.tx-agent-kit.dev.
https://api.tx-agent-kit.dev. Pass base_url to the client constructor to target a different tx-agent-kit API environment.