kickside
65 modules found
Kickside MCP — user- and workspace-scoped Model Context Protocol endpoints. A user mints a scoped bearer credential whose synthetic principal is granted, over a chosen component subtree (their account root or a workspace slice), only the access the owner themselves holds. A single stateless streamable-HTTP endpoint multiplexes every credential; two-layer authz (tool allowlist + the native component access model) gates each call. Tokens are hashed at rest and shown once.
Multi-user-safe Streamable HTTP MCP connections and dynamic agent tools for Kickside.
Kickside HubSpot — private-app-token connection provider for the HubSpot CRM, with split read/write agent tools over contacts, companies, deals, and tasks.
Kickside llm-ocr — LLM-based OCR for scanned/image-only documents. Transcribes stored page screenshots into text and supersedes empty extracted content, with an admin-editable model pointer.
Kickside Fireflies — API-key connection provider for Fireflies.ai meeting transcripts, with agent read tools.
Kickside skills — reusable agent procedures stored as a component plus a versioned markdown body. Owns the skills + skill_versions schema and store, a six-route CRUD/read API, and the Skills agent capability (dual-mode Skill tool + pin-by-context build func) that agents discover via the registry.
Kickside SSO — user single sign-on via OAuth2/OIDC identity providers (Google, Microsoft/Entra, GitHub, generic OIDC). Pluggable connectors, settings-driven configuration, account linking by verified email.
Research — registry-driven research app with a native page and dataflow plus a canonical Research Block for optional composition.
Kickside SSO — Google login provider. A registry-declared sso.provider (descriptor + credentials + its own enable-gate) for the kickside/sso core; rendered by the shared provider card.
Kickside Slack provider — bot-token + Socket Mode connection, reply provider, resource discovery, and normalized inbound adapter for channel/DM bots.
Kickside SSO — GitHub login provider. OAuth2 sso.provider for the kickside/sso core.
Kickside SSO — Generic OIDC login provider. Issuer-discovery sso.provider for the kickside/sso core (Okta, Auth0, Keycloak, dex, …).
Kickside SSO — Microsoft / Entra login provider. Multi-tenant OIDC sso.provider for the kickside/sso core.
Database-schema workspace kind — an event-sourced schema component (tables/columns/relations/indexes/layout) that plugs into kickside/workspace by declaration. Its thread is its log; a declared projection materializes the read model; a renderer web component draws the live graph.
Kickside GitHub — OAuth connection provider with repository issue/PR source and reader/writer/manager agent traits.
Kickside execution — sandboxed code execution, agent code traits, SDK reference/assist APIs, and shared Workflow-node editors.
Kickside sessions — a self-contained web component that lists the user's chat sessions and lets them rename, resume, restart, preview, and delete. Reuses the wippy/session API; ships a single start-token endpoint for "new chat with the same agent".
Kickside — modular AI workspace. Ships the runnable shell and core services; administrators add optional capabilities from the Hub during or after setup.
Kickside Recipes — optional automation type for composing one-step trigger recipes over declared body backends and sinks.
Temporary Kickside demo traits for agent lifecycle, checkpoint memory, and tool audit contracts.