Intelligent Search
context-graph
Intelligent Search
Perform AI-powered intelligent graph search using natural language.
Body should contain IntelligentSearchRequest:
- keywords: Natural language query (required)
- max_turns: Maximum agent turns (1-20, default: 5)
- system_prompt: Optional system prompt
- additional_context: Optional additional context
- model: LiteLLM model name (default: kubiya/claude-sonnet-4)
- temperature: Model temperature (0.0-2.0, default: 0.7)
- integration: Filter by integration
- label_filter: Filter by node label
- enable_semantic_search: Enable semantic search
- enable_cypher_queries: Enable custom Cypher queries
- strategy: Agent strategy (claude_sdk or agno)
- session_id: Session ID for multi-turn conversations
POST
Intelligent Search
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Body
application/json
The body is of type Body · object.
Response
Successful Response