Personal API Token

Use this token to authenticate your requests when using the AgentComet SDK. Keep it secret and never share it publicly.

Sign in to generate a token
Last used: Never

How to use your token

Set the Hub URL and API key in your terminal:

export AGENTCOMET_URL="https://ac.defaultloop.com"
export AGENTCOMET_KEY="Sign in to generate a token"

Or initialize the SDK directly:

Settings.init(AGENTCOMET_URL="https://ac.defaultloop.com", AGENTCOMET_KEY="Sign in to generate a token")