Elitea Platform
Foundation reference for the ELITEA platform — REST API conventions (v1 vs v2), authentication, project IDs, conversation id-vs-uuid rules, secret placeholders, the 21 built-in MCP tools, status codes, and base URLs. Use this skill whenever working with ELITEA from outside the platform (REST/HTTP) or whenever an answer requires looking up exact endpoint paths, payload shapes, or error semantics.…
Elitea Testing
Test, run, debug, and schedule ELITEA agents and pipelines. Covers the predict endpoint (sync, async, callback), conversation+participant+message flow, send-and-poll for long-running predicts, classification of failure modes from conversation state (hung predicts, explicit errors, user-timeout), idempotency guards, and scheduling via GitHub Actions cron. Includes a full case study (`references/nu…
Elitea Pipeline
Author, debug, and deploy ELITEA pipelines (YAML-defined multi-step agent workflows). Knows all 10 modern node types (llm, agent, toolkit, mcp, code, custom, router, decision, state_modifier, printer), state management, and the platform-specific runtime helpers (`elitea_client.auth_token`, `elitea_client.base_url`, `elitea_state.get(...)`). Use this skill whenever the user wants to create, modify…
Elitea Toolkit
Create, configure, and link ELITEA toolkits — OpenAPI/REST toolkits, MCP server toolkits, datasource toolkits, custom Python toolkits, and application-as-tool. Knows the toolkit type registry, the OpenAPI spec format ELITEA accepts (with examples), how credentials and secrets link in via `{"elitea_title", "private"}` references, and the patch/associate flow for binding toolkits to agent versions…