Skip to content

Resources

Resources store connection details for databases, LLMs, MCP servers, and APIs. Steps reference them by name.

TypeCategoryDescription
openaiAIOpenAI API (GPT models)
anthropicAIAnthropic API (Claude models)
ollamaAIOllama local LLM server
postgresDatabasePostgreSQL
mysqlDatabaseMySQL
lancedbDatabaseLanceDB embedded vector store
redisKey-ValueRedis
qdrantVectorQdrant vector database
mcpMCPMCP server connection
httpAPIHTTP/REST endpoint
clawdbMemoryClawDB agent memory
agentAgentZeroClaw agent definition
Terminal window
curl -X POST http://localhost:3002/message \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0", "method": "tools/call", "id": 1,
"params": {
"name": "create_resource",
"arguments": {
"name": "my-llm",
"namespace": "default",
"type_ref": "anthropic",
"config": {
"api_key": "sk-ant-...",
"model": "claude-sonnet-4-20250514"
}
}
}
}'
- name: summarize
type: call:llm
resource: my-llm # same namespace
resource: a3t/a3t-platform-db # cross-namespace