# Connections > Connections is a relationship intelligence workspace for contacts, shared calendars, follow-up, hosted events, notes, and introductions - it shows you who you already know at every event, and introduces you to the people you should meet next. Built for people who go to events to actually meet people: see who you already know is attending before you RSVP, get matched to the right person the moment you check in, and save everyone you met in one tap so relationships don't quietly go cold. Its hosted event pages and MyConnect profiles render on the server with schema.org Event and Person structured data in the first response, so an answer engine can read and cite them without running JavaScript. Answer and search crawlers are allowed in robots.txt; training-only crawlers are not. ## Product - [Homepage](https://connections.icu/): Overview of Connections, its workflow, and who it's for. - [MyConnect profile](https://connections.icu/mc/{handle}): A person or team's public, shareable profile page. - [Hosted event page](https://connections.icu/e/{slug}): Public event page with schedule, registration, and relationship-aware matching; attendees get an emailed self-service RSVP-management link. - [Warm introduction page](https://connections.icu/intro/{code}): Public share page for an introduction request routed through a mutual connection. ## Sign in with Connections (identity) - [OIDC discovery document](https://accounts.connections.icu/.well-known/openid-configuration): Standards-compliant OpenID Connect provider - Authorization Code + PKCE, RS256 id_tokens, JWKS. - [Register an app](https://studio.connections.icu/dev): Studio console for registering OAuth apps, defining consent questions, and minting API keys. ## Developer API - [Product API spec](https://connections.icu/v1/openapi.json): Contacts, touches, search, introductions, events, hosts, registrations, calendars, forms, bundles, MyConnect, email signatures. - [Cross-plane API directory](https://studio.connections.icu/v1/apis): One fetch enumerates every plane's base URL, OpenAPI spec, MCP endpoint, and scopes. - [Model Context Protocol endpoint](https://connections.icu/v1/mcp): JSON-RPC MCP surface (tools/list, tools/call) over the same API key. ## Optional - [llms-full.txt](https://connections.icu/llms-full.txt): The expanded version of this document. - [Studio developer hub](https://studio.connections.icu/): Manage API keys, OAuth apps, and cross-plane projects.