CometAPI

CometAPI provides a unified API gateway for text, image, audio, video, and other generative AI models from multiple providers.

6 actions Integration catalog
Request access
Connect CometAPI once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Chat CompletionCOMETAPI_CREATE_CHAT_COMPLETION
Create a non-streaming Chat Completions result for message-based conversations and function-calling workflows. Use this for models or integrations that require the OpenAI Chat Completions protocol. Requires funded organization balance.
Create EmbeddingsCOMETAPI_CREATE_EMBEDDINGS
Create OpenAI-compatible embedding vectors for one text or a batch of texts. This metered operation requires funded organization balance.
Create ResponseCOMETAPI_CREATE_RESPONSE
Create a non-streaming OpenAI Responses API result. Use this for stateful continuation via previous_response_id, reasoning controls, or structured text output; use Chat Completion for Chat Completions workflows. Requires funded organization balance. Set store=true when a later call will continue from this response.
Get API Key UsageCOMETAPI_GET_API_KEY_USAGE
Return quota, usage, expiration, and model restrictions for the connected CometAPI API key. This reports key-level limits, not the organization's spendable balance or commercial tier.
List ModelsCOMETAPI_LIST_MODELS
List all models available to the connected API key, including provider ownership and supported protocol types when returned. Use this before generation to choose a compatible model; catalog presence does not guarantee funded execution.
Moderate ContentCOMETAPI_MODERATE_CONTENT
Classify one text or a batch of texts with an OpenAI-compatible moderation model. This text-only operation is metered and requires funded CometAPI organization balance.