SlashAI

Your AI Command Vault

Summoning the AI overlords…

ApiDesign

Backend & APIs

ApiDesign

72 commands

/DocumentWebhookHandler

Write clear reference docs for a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/ImplementGraphQLSchema

Implement a working handler for a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/DesignRestEndpoint

Design a clean, versioned schema for a rest api endpoint — e.g. a paginated /users listing endpoint.

Backend & APIseasy#rest#api

/ValidateRestEndpoint

Add strict request validation to a rest api endpoint — e.g. a paginated /users listing endpoint.

Backend & APIseasy#rest#api

/VersiongRPCService

Add a safe versioning strategy to a grpc service definition — e.g. a grpc service for inventory lookups.

Backend & APIsadvanced#grpc#protobuf

/DocumentSSEStream

Write clear reference docs for a server-sent events stream — e.g. a live order-status streaming endpoint.

Backend & APIsmedium#sse#streaming

/ImplementInternalService

Implement a working handler for an internal microservice api — e.g. a billing microservice called by three other services.

Backend & APIseasy#internal#microservice

/DesignPublicApi

Design a clean, versioned schema for a public developer-facing api — e.g. a third-party integration api with api keys.

Backend & APIsadvanced#public#developer

/ValidatePublicApi

Add strict request validation to a public developer-facing api — e.g. a third-party integration api with api keys.

Backend & APIsadvanced#public#developer

/RateLimitBatchEndpoint

Add rate limiting and abuse protection to a batch processing endpoint — e.g. an endpoint accepting 1000 records per request.

Backend & APIsmedium#batch#bulk

/VersionPaginationLayer

Add a safe versioning strategy to an api pagination scheme — e.g. an offset-based listing endpoint with 50k rows.

Backend & APIseasy#pagination#api

/DocumentSearchApi

Write clear reference docs for a search api — e.g. a full-text search endpoint over product listings.

Backend & APIsadvanced#search#api

/ImplementFileUploadApi

Implement a working handler for a file upload endpoint — e.g. an endpoint accepting multipart image uploads.

Backend & APIsmedium#upload#files

/DesignAuthEndpoint

Design a clean, versioned schema for an authentication endpoint — e.g. a login endpoint issuing jwt tokens.

Backend & APIseasy#auth#login

/ValidateAuthEndpoint

Add strict request validation to an authentication endpoint — e.g. a login endpoint issuing jwt tokens.

Backend & APIseasy#auth#login

/RateLimitWebhookHandler

Add rate limiting and abuse protection to a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/VersionGraphQLSchema

Add a safe versioning strategy to a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/DocumentRestEndpoint

Write clear reference docs for a rest api endpoint — e.g. a paginated /users listing endpoint.

Backend & APIseasy#rest#api

/DesigngRPCService

Design a clean, versioned schema for a grpc service definition — e.g. a grpc service for inventory lookups.

Backend & APIsadvanced#grpc#protobuf

/ValidategRPCService

Add strict request validation to a grpc service definition — e.g. a grpc service for inventory lookups.

Backend & APIsadvanced#grpc#protobuf

/RateLimitSSEStream

Add rate limiting and abuse protection to a server-sent events stream — e.g. a live order-status streaming endpoint.

Backend & APIsmedium#sse#streaming

/VersionInternalService

Add a safe versioning strategy to an internal microservice api — e.g. a billing microservice called by three other services.

Backend & APIseasy#internal#microservice

/DocumentPublicApi

Write clear reference docs for a public developer-facing api — e.g. a third-party integration api with api keys.

Backend & APIsadvanced#public#developer

/ImplementBatchEndpoint

Implement a working handler for a batch processing endpoint — e.g. an endpoint accepting 1000 records per request.

Backend & APIsmedium#batch#bulk

/DesignPaginationLayer

Design a clean, versioned schema for an api pagination scheme — e.g. an offset-based listing endpoint with 50k rows.

Backend & APIseasy#pagination#api

/ValidatePaginationLayer

Add strict request validation to an api pagination scheme — e.g. an offset-based listing endpoint with 50k rows.

Backend & APIseasy#pagination#api

/RateLimitSearchApi

Add rate limiting and abuse protection to a search api — e.g. a full-text search endpoint over product listings.

Backend & APIsadvanced#search#api

/VersionFileUploadApi

Add a safe versioning strategy to a file upload endpoint — e.g. an endpoint accepting multipart image uploads.

Backend & APIsmedium#upload#files

/DocumentAuthEndpoint

Write clear reference docs for an authentication endpoint — e.g. a login endpoint issuing jwt tokens.

Backend & APIseasy#auth#login

/ImplementWebhookHandler

Implement a working handler for a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/DesignGraphQLSchema

Design a clean, versioned schema for a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/ValidateGraphQLSchema

Add strict request validation to a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/RateLimitRestEndpoint

Add rate limiting and abuse protection to a rest api endpoint — e.g. a paginated /users listing endpoint.

Backend & APIseasy#rest#api

/DocumentgRPCService

Write clear reference docs for a grpc service definition — e.g. a grpc service for inventory lookups.

Backend & APIsadvanced#grpc#protobuf

/ImplementSSEStream

Implement a working handler for a server-sent events stream — e.g. a live order-status streaming endpoint.

Backend & APIsmedium#sse#streaming

/DesignInternalService

Design a clean, versioned schema for an internal microservice api — e.g. a billing microservice called by three other services.

Backend & APIseasy#internal#microservice

/ValidateInternalService

Add strict request validation to an internal microservice api — e.g. a billing microservice called by three other services.

Backend & APIseasy#internal#microservice

/RateLimitPublicApi

Add rate limiting and abuse protection to a public developer-facing api — e.g. a third-party integration api with api keys.

Backend & APIsadvanced#public#developer

/VersionBatchEndpoint

Add a safe versioning strategy to a batch processing endpoint — e.g. an endpoint accepting 1000 records per request.

Backend & APIsmedium#batch#bulk

/DocumentPaginationLayer

Write clear reference docs for an api pagination scheme — e.g. an offset-based listing endpoint with 50k rows.

Backend & APIseasy#pagination#api

/ImplementSearchApi

Implement a working handler for a search api — e.g. a full-text search endpoint over product listings.

Backend & APIsadvanced#search#api

/DesignFileUploadApi

Design a clean, versioned schema for a file upload endpoint — e.g. an endpoint accepting multipart image uploads.

Backend & APIsmedium#upload#files

/ValidateFileUploadApi

Add strict request validation to a file upload endpoint — e.g. an endpoint accepting multipart image uploads.

Backend & APIsmedium#upload#files

/RateLimitAuthEndpoint

Add rate limiting and abuse protection to an authentication endpoint — e.g. a login endpoint issuing jwt tokens.

Backend & APIseasy#auth#login

/VersionWebhookHandler

Add a safe versioning strategy to a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/DocumentGraphQLSchema

Write clear reference docs for a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/ImplementRestEndpoint

Implement a working handler for a rest api endpoint — e.g. a paginated /users listing endpoint.

Backend & APIseasy#rest#api

/RateLimitgRPCService

Add rate limiting and abuse protection to a grpc service definition — e.g. a grpc service for inventory lookups.

Backend & APIsadvanced#grpc#protobuf

/VersionSSEStream

Add a safe versioning strategy to a server-sent events stream — e.g. a live order-status streaming endpoint.

Backend & APIsmedium#sse#streaming

/DocumentInternalService

Write clear reference docs for an internal microservice api — e.g. a billing microservice called by three other services.

Backend & APIseasy#internal#microservice

/ImplementPublicApi

Implement a working handler for a public developer-facing api — e.g. a third-party integration api with api keys.

Backend & APIsadvanced#public#developer

/DesignBatchEndpoint

Design a clean, versioned schema for a batch processing endpoint — e.g. an endpoint accepting 1000 records per request.

Backend & APIsmedium#batch#bulk

/ValidateBatchEndpoint

Add strict request validation to a batch processing endpoint — e.g. an endpoint accepting 1000 records per request.

Backend & APIsmedium#batch#bulk

/RateLimitPaginationLayer

Add rate limiting and abuse protection to an api pagination scheme — e.g. an offset-based listing endpoint with 50k rows.

Backend & APIseasy#pagination#api

/VersionSearchApi

Add a safe versioning strategy to a search api — e.g. a full-text search endpoint over product listings.

Backend & APIsadvanced#search#api

/DocumentFileUploadApi

Write clear reference docs for a file upload endpoint — e.g. an endpoint accepting multipart image uploads.

Backend & APIsmedium#upload#files

/ImplementAuthEndpoint

Implement a working handler for an authentication endpoint — e.g. a login endpoint issuing jwt tokens.

Backend & APIseasy#auth#login

/DesignWebhookHandler

Design a clean, versioned schema for a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/ValidateWebhookHandler

Add strict request validation to a webhook receiver — e.g. a stripe webhook handler for payment events.

Backend & APIsadvanced#webhook#events

/RateLimitGraphQLSchema

Add rate limiting and abuse protection to a graphql schema — e.g. a schema mixing queries and mutations for orders.

Backend & APIsmedium#graphql#schema

/VersionRestEndpoint

Add a safe versioning strategy to a rest api endpoint — e.g. a paginated /users listing endpoint.

Backend & APIseasy#rest#api

/ImplementgRPCService

Implement a working handler for a grpc service definition — e.g. a grpc service for inventory lookups.

Backend & APIsadvanced#grpc#protobuf

/DesignSSEStream

Design a clean, versioned schema for a server-sent events stream — e.g. a live order-status streaming endpoint.

Backend & APIsmedium#sse#streaming

/ValidateSSEStream

Add strict request validation to a server-sent events stream — e.g. a live order-status streaming endpoint.

Backend & APIsmedium#sse#streaming

/RateLimitInternalService

Add rate limiting and abuse protection to an internal microservice api — e.g. a billing microservice called by three other services.

Backend & APIseasy#internal#microservice

/VersionPublicApi

Add a safe versioning strategy to a public developer-facing api — e.g. a third-party integration api with api keys.

Backend & APIsadvanced#public#developer

/DocumentBatchEndpoint

Write clear reference docs for a batch processing endpoint — e.g. an endpoint accepting 1000 records per request.

Backend & APIsmedium#batch#bulk

/ImplementPaginationLayer

Implement a working handler for an api pagination scheme — e.g. an offset-based listing endpoint with 50k rows.

Backend & APIseasy#pagination#api

/DesignSearchApi

Design a clean, versioned schema for a search api — e.g. a full-text search endpoint over product listings.

Backend & APIsadvanced#search#api

/ValidateSearchApi

Add strict request validation to a search api — e.g. a full-text search endpoint over product listings.

Backend & APIsadvanced#search#api

/RateLimitFileUploadApi

Add rate limiting and abuse protection to a file upload endpoint — e.g. an endpoint accepting multipart image uploads.

Backend & APIsmedium#upload#files

/VersionAuthEndpoint

Add a safe versioning strategy to an authentication endpoint — e.g. a login endpoint issuing jwt tokens.

Backend & APIseasy#auth#login