Context
Create a new context entry | Comp AI API
Creates a new context entry for the authenticated organization. All required fields must be provided.
POST
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Body
application/json
Context entry data
The question or topic this context entry addresses
Example:
"How do we handle user authentication in our application?"
The answer or detailed explanation for the question
Example:
"We use a hybrid authentication system supporting both API keys and session-based authentication. API keys are used for programmatic access while sessions are used for web interface interactions."
Tags to categorize and help search this context entry
Example:
[
"authentication",
"security",
"api",
"sessions"
]
