Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt

Use this file to discover all available pages before exploring further.

Install the generic Kyberis skill bundle into a directory your agent can read:
npx -y @kyberis-ai/agent-skills install generic --dir ./kyberis-agent-skill
Then connect MCP with the generic setup flow. Generic mode does not update a client config file automatically:
npx -y @kyberis-ai/mcp connect generic --token kct_abc123 --json
Copy the returned values into your client configuration:
  • Transport: HTTP
  • Server URL: the returned mcp_url
  • Header: Authorization: Bearer <token>

Test prompt

Use Kyberis to resolve this subject before making any recommendation. If the resolution is ambiguous, return candidates and ask for clarification.

Direct REST fallback

If your agent cannot use MCP, create an API key in API keys, then call the REST API directly with:
Authorization: ApiKey <key_id>:<secret>
Use Authentication and the API reference for direct integration details.