AI & ML6 toolsPaste one API key
CometAPI integration for AI agents
CometAPI provides a unified API gateway for text, image, audio, video, and other generative AI models from multiple providers.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect CometAPI once and call the same tools from all of them.
Setup
Connect CometAPI through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
CometAPI exposes 6 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
cometapi_get_api_key_usage | Return quota, usage, expiration, and model restrictions for the connected CometAPI API key | Read |
cometapi_list_models | List all models available to the connected API key, including provider ownership and supported | Read |
cometapi_create_chat_completion | Create a non-streaming Chat Completions result for message-based conversations and | Write |
cometapi_create_embeddings | Create OpenAI-compatible embedding vectors for one text or a batch of texts | Write |
cometapi_create_response | Create a non-streaming OpenAI Responses API result | Write |
cometapi_moderate_content | Classify one text or a batch of texts with an OpenAI-compatible moderation model | Read |